Memory Pool Memory Pool Refreshing

7,417 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,438 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (34,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,669 873,669 00000000000000000001f417849a08e36bb3a620f030c1e97a91957465380f7f 1.48 MB 3,499 22
873,668 873,668 00000000000000000001b0251f80ba44e47217f661a06628f48eb71d659ce0eb 1.52 MB 5,352 7
873,667 873,667 00000000000000000001b411c272780347d245042e3fb36ae8ce9529408e8f56 1.81 MB 3,269 11
873,666 873,666 000000000000000000022c68f88747b1a45aead3334d7787bff6da15a161622c 1.55 MB 4,492 8
873,665 873,665 00000000000000000000a992fb5cc7347b0b4e4a2e764e294f3c7767a0abf83e 1.55 MB 4,457 9
873,664 873,664 0000000000000000000043160f3f7dfd3588e7b0bce1956b624cff7994f3339e 1.45 MB 3,674 8
873,663 873,663 0000000000000000000084c95577e9a6bc1aaeaae2c3466b15726bf713060c77 1.20 MB 1,855 9
873,662 873,662 000000000000000000009a0d22d6a29cbfafbe1e904af1848de63a629e30044f 1.54 MB 4,151 13
873,661 873,661 000000000000000000007b6f75f67d517eef85a24f41f9f9ea638f2d3c4d8ebb 1.29 MB 2,660 9
873,660 873,660 00000000000000000001d8b260569f3bab8009c80c11a612007235135f381d37 1.51 MB 5,088 11
873,659 873,659 000000000000000000006ba72375d8b3479fef72b22884f1b116f6f1b32378a4 1.55 MB 4,595 14
873,658 873,658 00000000000000000002481053491eb595f4776a9f0a089eb6a44cf901891152 1.51 MB 5,895 11
873,657 873,657 00000000000000000001618a5ef533d55a63d21edcac7cffdbff5a7958fe77a8 1.51 MB 5,567 13
873,656 873,656 0000000000000000000287a283ca639c58267e2f90371e5ef94b8d99339c5d40 1.53 MB 5,137 13
873,655 873,655 000000000000000000027d23d65aecd31261dfac6ff3983fa0782dc107bd9f07 1.36 MB 2,925 12
873,654 873,654 0000000000000000000057fbb4f65742ee534078b28a041f8bfcd45a115a4f9a 1.14 MB 1,120 10
873,653 873,653 0000000000000000000062e7135552222c6d7d35f32af1140ff6aeb30a856682 1.19 MB 1,787 9
873,652 873,652 0000000000000000000075e31b7bc3847784ea1aed9dd40d2d956993a3044a34 1.45 MB 4,655 9
873,651 873,651 000000000000000000025aa1585f156570864685519346a406b25a60c6c7bdea 1.56 MB 4,252 16
873,650 873,650 000000000000000000028d1060e2a2c7d6813284d70398584672f33bf5e42b73 1.53 MB 5,689 12
873,649 873,649 0000000000000000000093132fdd6a30a2972098f9b7b6f977837f7c69db6fe0 1.55 MB 4,963 14
Previous 10 blocks ↓
Total Size: 769.25 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.10 GB sent, 94.16 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.