Memory Pool Memory Pool Refreshing

1,709 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 1,700 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (783,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,217 124,217 00000000000029f22765e1a3febc6811c89f56fda5d39c0b826d534a24319beb 0.01 MB 26 766
124,216 124,216 000000000000115ca26a2c231cd7cfde9610e865c8c144847187efc1ad1929f1 0.00 MB 7 0
124,215 124,215 0000000000004823090f52b396408721d1b2475b35a5d5e634f786a8e1bd647b 0.01 MB 20 774
124,214 124,214 00000000000037defde911a8827cacb12a0983352f804abeeebff6b6921da25f 0.01 MB 25 710
124,213 124,213 000000000000613b69c748a373513fc67065517d11d48d4369630c3cd89a6d2a 0.01 MB 26 954
124,212 124,212 0000000000004974804cd15cd336c699d3d0d62fa79e901012b8da07089a97cd 0.01 MB 12 968
124,211 124,211 00000000000026a632015654291d118b1080391c5fb3b28aa38636d0944a5a6c 0.00 MB 8 300
124,210 124,210 000000000000125b7aac9e8b5cfbfc41e2e55fa32c3be51428b683477bbf2c6d 0.01 MB 33 641
124,209 124,209 0000000000002d9579053c85b3e648de7b20e51884854854c9c5bd2e0ef3eaca 0.01 MB 9 577
124,208 124,208 0000000000004e41b6110f807f2210ed2ebaba45d60d08a763bcaead12280d6b 0.01 MB 19 1,863
124,207 124,207 0000000000002a6f07393ff4d6015fdfd6f41bb54d2393f1ac7ffe3bb692da9c 0.01 MB 31 1,095
124,206 124,206 0000000000004f9f1415009557f1bc2c2d9db83f313cde86d40c0c81d3297ff3 0.01 MB 18 1,590
124,205 124,205 0000000000005d610f778d47cd3641b697be8c378455c0a34e96cce150a23c7f 0.00 MB 5 0
124,204 124,204 00000000000006eb85d972ad0d8b4e7dc209e5b6c3e95fe325132cf2a88cf3ee 0.02 MB 40 369
124,203 124,203 00000000000045775e44e8e7cbb4794a16cbacb25ca152237fc86e881a00809e 0.01 MB 12 1,820
124,202 124,202 0000000000002e61a882e258c1091d0fcf0a141135a2f2d4174a15c4a8e0e39c 0.00 MB 13 783
124,201 124,201 00000000000065bf3c51ab27fd2a8379654cb00e0abf6b54a546bbb5f69e8a08 0.00 MB 9 616
124,200 124,200 000000000000274320eb952073f4f1db434f1d6b6b63070700bfd45189caadb0 0.00 MB 10 0
124,199 124,199 00000000000027e548b30d59b81ca30233f83a78eb97d4b4bb6cee9637c7f459 0.10 MB 35 1,113
124,198 124,198 0000000000001929dd23617849afc49f60968be8e4072d8fabd2e54c2826e91c 0.00 MB 8 0
124,197 124,197 0000000000003a5039ed01e32aec6ed7b1fd830138a3518b78beb59bb3047deb 0.01 MB 29 507
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.