Memory Pool Memory Pool Refreshing

5,455 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (723,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,806 183,806 0000000000000a3a2cea51064985a9ef96818d9ec8847ab27b908008a5dd0b51 0.13 MB 339 201
183,805 183,805 0000000000000339d05208d1f2da7d40203d63b8766c5a0091e16f0183112c16 0.01 MB 21 273
183,804 183,804 00000000000006d3e164623630fa62ce582f7ab2a32a7b70381e54c634d4c654 0.18 MB 298 169
183,803 183,803 000000000000059d62b0da4fdcfab82c6db5c0b387604b2e819e1e6794fa4675 0.25 MB 658 160
183,802 183,802 00000000000008cd8bbfe3da36a507341e21041ca9ef76d73a8fc59ba07ed266 0.27 MB 651 223
183,801 183,801 000000000000080cecdffdc047ac13db7dd1b8d10a4cff94df5dc1aad053a05f 0.05 MB 150 316
183,800 183,800 00000000000000a90857252d4faf9d28ed6decd1d9bbc2537811408af4adf8f4 0.00 MB 10 15
183,799 183,799 00000000000002e5fa955c304d36ac346b289a02ed998a2bd0ed9e44d5ea8774 0.05 MB 132 100
183,798 183,798 00000000000000d2e7d6ef76cc46751f71c2013a81a87a656541eec8e722efed 0.11 MB 256 204
183,797 183,797 0000000000000534ad28019324270ca4e0f9e11af09ab603d3d9c8012f63f37d 0.07 MB 140 147
183,796 183,796 00000000000000828d0e770fc80236cddb9cf224476358f755676a506bf14226 0.25 MB 588 142
183,795 183,795 00000000000009a7489ad0b2a1d280a415195fb09aa7097098b17fdedcaa56ef 0.00 MB 7 70
183,794 183,794 000000000000024452ed7b2622ea57a81cfe46d3fe3b8a2ce2a941111e200d29 0.05 MB 129 127
183,793 183,793 000000000000067a6af55e0a735f4c7704a4888dd6e44b967dc3042d101a74a5 0.00 MB 10 15
183,792 183,792 00000000000004e27ec79ed039f4a0e64ee29774737bcff27adf4ea113a359f2 0.07 MB 191 142
183,791 183,791 000000000000095b68f024de16fa68c1be90c6edc7b0e5dab8962dd28d3a2f07 0.04 MB 87 130
183,790 183,790 00000000000002b77ce798da859042c68447c59fc8abc6e85803d5b00e1f243c 0.00 MB 13 352
183,789 183,789 00000000000003dc991650288dbc09ae9e4fd0ff3feda86957ebecb201841bf9 0.00 MB 12 86
183,788 183,788 00000000000005249abf8dea19ed7c78a916376be7b05dfe868f04ec626e1f7b 0.10 MB 194 134
183,787 183,787 000000000000092f92a04a06bb0b7994bbfb519a0ea89addefb40922d27bdcb4 0.04 MB 115 33
183,786 183,786 00000000000000b49832b9d76205c76bae8edebf99bc4078c04a6faccf60ec6b 0.29 MB 587 174
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.