Memory Pool Memory Pool Refreshing

999 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,601 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 991 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (895,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,874 12,874 00000000f1cf4ac7b60fb32fd8d5b67f33c44fa84951186095ce6dc5cdfec62e 0.00 MB 1 0
12,873 12,873 00000000d544476c2ea5319b86ea15d51054f5db8ab63729e08c9067bfe1921a 0.00 MB 1 0
12,872 12,872 000000006105cd3646ed43d76abc48cc702abe6e84972db17164f92e7624940c 0.00 MB 1 0
12,871 12,871 0000000027ff220316a0473a70a1433fa57e8264a7813e04cbff269501214a84 0.00 MB 1 0
12,870 12,870 00000000002a89927e7cf8aa627748d6ebeff66a28871cab35f932696246d2b4 0.00 MB 1 0
12,869 12,869 00000000e511882b230de6af3570eaa4a4e55339787871e6f6851f328073c09e 0.00 MB 1 0
12,868 12,868 00000000863f5fce122f1e9b1eb99dece3cb02eb2c804dc139c4fd05fb1a635f 0.00 MB 1 0
12,867 12,867 0000000073b941b1f063e1228183f23748c5c76992380b96506fc1837cd8b132 0.00 MB 1 0
12,866 12,866 00000000208cc3a27dac29233325a092d287f2745c05607a862f8b5d5e9cbd5d 0.00 MB 1 0
12,865 12,865 0000000030ae0a556612f15c984e0945194d4bbb12cd0b30f0803eca277092ac 0.00 MB 1 0
12,864 12,864 00000000188f29e7b48610f7ef5b02bc409fa50bed05ec206e8d1d38d7774c02 0.00 MB 1 0
12,863 12,863 00000000ad20f197b364e28cde636f095d6c873f7e7ce8113dffa724f7fea185 0.00 MB 1 0
12,862 12,862 0000000012494d4765e921cfffc304d1cef3f1b44907109c6f4d51e06a97acb4 0.00 MB 1 0
12,861 12,861 00000000aa4bb58762e495f4ce64a8a47cbc1030b66fad312604c86ff65e3a1c 0.00 MB 1 0
12,860 12,860 0000000013e44ea37fbf77902373ab595036b84ac05a43660c191eb6344810b6 0.00 MB 1 0
12,859 12,859 00000000134b857f935900894c739dff69439afbba9e2ed21d2b44332eae3964 0.00 MB 1 0
12,858 12,858 00000000eac7c2f06504bcd78e8abf8957bf57e775d16db0c7ef6aa7f8619c0d 0.00 MB 1 0
12,857 12,857 000000008ae801046013a956bac2a56b38f514380c66203218bc34fb66e9015a 0.00 MB 1 0
12,856 12,856 0000000092b2d8422f5d5722abdf86ec295438137914ec26a49e4fdda4f79bc0 0.00 MB 1 0
12,855 12,855 00000000461516bad4436c39c413f266d0c0a08cfe2144b883456f61e6732263 0.00 MB 1 0
12,854 12,854 00000000916fb8a0e7ff880e2db248662a14bfe132ff72829afb866d7b3ddb97 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,849.53 GB sent, 101.03 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.