Memory Pool Memory Pool Refreshing

13,783 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,591 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (631,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,678 276,678 0000000000000001d580d695fa9a4ee18428280bce8a3ef570a2759129a5ca77 0.25 MB 662 58
276,677 276,677 00000000000000008d133105be5efc36c6095373173305e0a93fd38168cbe14a 0.00 MB 10 64
276,676 276,676 0000000000000003543698b2fb1521c619c22ddcecc9611a8ac238f82d761d6e 0.15 MB 349 45
276,675 276,675 00000000000000039220b5e5e785556bc69f95655339821332704c17cdec2b8f 0.04 MB 75 25
276,674 276,674 00000000000000029f65e7fcd892b5eeef30f3f0ead2c6b1cdb9cebfa6b5d514 0.11 MB 254 43
276,673 276,673 0000000000000002f63a45b8e5546c148bc9182b4b1dd236b29ddf43e91a2a32 0.14 MB 338 45
276,672 276,672 000000000000000355c2334ba7d9522182f87da38e334ea3719f4155975ba184 0.01 MB 14 46
276,671 276,671 000000000000000039b327640939c4be30a5b1aa920a3021c45051811bb310e7 0.12 MB 224 35
276,670 276,670 000000000000000284cb670918d1b6209063714a517d25a2991c56332ded7c7f 0.32 MB 802 47
276,669 276,669 000000000000000008a04b8c3293ebfad4a795c20d0e091e50caecf3edeb7795 0.18 MB 337 35
276,668 276,668 0000000000000001f28ac32c1905285d81348f79e79e0a62ce0599141809826f 0.02 MB 45 41
276,667 276,667 000000000000000054ced6216d6be6e15b83c8d4bd76f38f817450d9f18ca5e0 0.24 MB 412 34
276,666 276,666 00000000000000011064b2319bd918115262f62c440d6c7f769b7c4d5e52ed18 0.22 MB 238 22
276,665 276,665 0000000000000002f5a251bd50d66ecfef24e64eef466f9aeb5b68b00b4920cf 0.25 MB 626 44
276,664 276,664 00000000000000005187f4353213e5c082f39e807a866162c842d1f1d42d6290 0.02 MB 22 23
276,663 276,663 0000000000000002dd2712cd0eb307741fc80b184f37db594da44ba1e83f5144 0.25 MB 636 50
276,662 276,662 0000000000000000499e315c3fa3c164d4a168a3bf910658bff297f521925d90 0.18 MB 513 46
276,661 276,661 0000000000000002c8d8cffdfd564926cb2a2f4c34a060d2830b4eedea3bbd9b 0.04 MB 78 23
276,660 276,660 000000000000000072db1054e5aaf8e7545a2cc989dc8c270cc2678790329482 0.02 MB 39 20
276,659 276,659 0000000000000001da1c9910440ff2c2e2d9825e07d8aff9c4a89e18638fff26 0.19 MB 444 62
276,658 276,658 000000000000000186f3a71e16003a5929babd3d22b8fdbbdb21a9c4763b0f01 0.09 MB 185 39
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.