Memory Pool Memory Pool Refreshing

1,110 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,095 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (469,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
438,175 438,175 0000000000000000034c55c89ad057892f4750dab5685d6480146e6153624f36 1.00 MB 2,253 55
438,174 438,174 000000000000000002bba584af2ae927c7db8c472df15ff95c62ba14281c3d34 1.00 MB 2,559 81
438,173 438,173 0000000000000000017bf74f2553cd9d071495c40e9d4d481f11bb5c1ba92a89 1.00 MB 1,624 46
438,172 438,172 000000000000000002bbad26197ca3fb3fdee5a5d6dc25e9b191e8e0842f3839 1.00 MB 2,307 61
438,171 438,171 000000000000000001db20e11dbeb0cc824a36cf95f25236cbb4c6e67bc0f4b9 1.00 MB 2,503 73
438,170 438,170 0000000000000000040089843667f286f19e09f76b28e91373698da27b01b7fa 1.00 MB 2,500 73
438,169 438,169 00000000000000000447ff8d341c4ceff50e7e6deb3132055dd4d7640290d742 1.00 MB 2,594 73
438,168 438,168 00000000000000000397435b570b9f1fb24d3cf23c984f4b517ecca5c63ed7a0 0.26 MB 467 55
438,167 438,167 000000000000000002969439c23f2552ab007fcc673e957c463b23a8c073a366 0.33 MB 817 63
438,166 438,166 000000000000000003cf0f6c1e961e67fbb8be1b06f77a3d2e6820ab2dec75b5 0.86 MB 1,942 63
438,165 438,165 00000000000000000015e228665c35554e2079b0e76d066815fb465384cf32bd 0.95 MB 2,324 61
438,164 438,164 000000000000000002ab66d4ca1c09ef6197b3c87ce5fdffdcb3ef5d061b5242 0.15 MB 323 71
438,163 438,163 000000000000000001a6c6005f86d1c39009fca1060caf19d65a4a1f4cc99e10 0.30 MB 530 54
438,162 438,162 000000000000000000cd6db924e9d9de7b251753de32a02528e70114e3bacb41 0.48 MB 816 39
438,161 438,161 000000000000000000665c0d66ed936a596bc8df7d4d647784ab87e3976b1dd5 0.75 MB 1,928 68
438,160 438,160 0000000000000000029cce113cfcdb0ef69133185356f2b1622fe3d0c09b7862 1.00 MB 2,458 75
438,159 438,159 000000000000000003abde49afff8a6a2248d8365b06442e3fe7761843fdf703 1.00 MB 355 12
438,158 438,158 000000000000000001731a20c54b1e5d4409a0d61f3debdb183c99e796c5905b 0.84 MB 1,544 61
438,157 438,157 0000000000000000023137fc506a58c54ca8bd5f9cda617466f5c9a62339c12a 1.00 MB 2,651 74
438,156 438,156 0000000000000000012f5a194ecbb1695ca46e5aa1be1cf063a89ea236a672f7 0.85 MB 2,159 65
438,155 438,155 0000000000000000033441524c28bdd2da84ebc87e9667310f85d9d8ab46d811 0.31 MB 651 57
Previous 10 blocks ↓
Total Size: 769.28 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.53 GB sent, 94.31 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.