Memory Pool Memory Pool Refreshing

5,607 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,634 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (700,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,126 207,126 00000000000000b1be76e6c9c0ce22ece47de17498928499cb967007981cef1c 0.00 MB 11 316
207,125 207,125 000000000000011fbef3349728b3497c327f09b0e1aa99206a822e100f48aa3a 0.02 MB 53 84
207,124 207,124 000000000000004600ae4cecf42ff74b5c156ab506f7c5f724c13bd3af2a003e 0.09 MB 217 194
207,123 207,123 000000000000027f1438119cca525e1e41103f3039c3e387823610e872d4c8c3 0.00 MB 12 61
207,122 207,122 00000000000001e5c588c7cbf47ac219db21e46c7f71a15e6d597930467d95fd 0.01 MB 28 183
207,121 207,121 00000000000004d9ccaaed45715e0ec305508d210c20b70559e620362f2c6e32 0.04 MB 63 139
207,120 207,120 00000000000001f0c73d20c4843c1eac8658b5f49e2d80032ff1feaeb543fe35 0.00 MB 8 102
207,119 207,119 000000000000034d8d2911c86574c1323e3c3714751b33f557bb7d64628f362e 0.20 MB 383 180
207,118 207,118 00000000000000d1d1e45967c638f066b0823d8ff5cad91c82201a7196ab1409 0.06 MB 167 140
207,117 207,117 00000000000001eba3581f84d66137f15be6e83367dd1ca43ac4858aac3dcc5e 0.13 MB 261 162
207,116 207,116 000000000000030dd207833ffe00d0bc7d25239d5679f601ef3c11169126ec2f 0.05 MB 108 258
207,115 207,115 00000000000001f2ce51153682404d69b6ccab00192370ae08da32d7edefa9d1 0.37 MB 756 149
207,114 207,114 0000000000000095a4f9d21c55b4357e9fa540e0d259a4e0d4b784e5a408200e 0.00 MB 1 0
207,113 207,113 00000000000001754ba200a7f6f0b7c1984119fd78f6d585c0c6ea8dc2995957 0.10 MB 224 148
207,112 207,112 00000000000002edac0267fb461876b0e926073d95113d396147462ac9eb8eaa 0.03 MB 22 93
207,111 207,111 00000000000000a4216120dc11dd4d3428212356bde8379212542a85a698d83c 0.17 MB 485 106
207,110 207,110 00000000000002ae32bbbaa56d1874ae7789e11920c3bc25cd904d5defadbd0e 0.04 MB 64 34
207,109 207,109 000000000000039820980f41262c3ccd348b591b094408bd37fa76b683a335b2 0.06 MB 133 105
207,108 207,108 00000000000000f0fcf6cc0bdc9441436d1817e8551351ccb7006bfe0e07a01d 0.21 MB 615 181
207,107 207,107 000000000000024a18e0deeb9cd1b67150f761cc85e5f020597711583db25d78 0.08 MB 146 158
207,106 207,106 00000000000002cd73e7d1acdc9c7df3d2665593ef2162c0bac98004cb77dd28 0.05 MB 147 39
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.43 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.