Memory Pool Memory Pool Refreshing

2,969 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,954 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (444,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
463,378 463,378 0000000000000000009e0c8585386f831879f2f02b78c5e6ba01c6adad75dea5 1.00 MB 2,365 194
463,377 463,377 0000000000000000012e1864e586ab8b99996452ac862b564cf9f34f3aeab235 0.00 MB 1 0
463,376 463,376 000000000000000000f1a0428595444f82d6362b9e99f99681b9baad7984e737 1.00 MB 1,982 258
463,375 463,375 0000000000000000008f79204105b20f874a8c62d3864c0819d4fafdfdb1fa9c 1.00 MB 2,769 152
463,374 463,374 000000000000000001006132caa5a7b333580916c9c0fcb48e6cca0fe8698919 1.00 MB 1,923 151
463,373 463,373 0000000000000000003f585eab2646b5f36bbde97dc21b36f7599aa55e3fa7fc 1.00 MB 2,293 194
463,372 463,372 000000000000000000fc413ab48d8f44c7994c0f6ebddcab6806c341317e296d 1.00 MB 2,323 226
463,371 463,371 00000000000000000108595c64108db2fd0dea35b26e8c0e2328884754533b73 1.00 MB 2,512 212
463,370 463,370 0000000000000000015e9e12cbd987b3ea670fa2d42fcc5a10db584596374e34 1.00 MB 2,088 264
463,369 463,369 000000000000000000ab0721647258aa8a241090c5cc772432f7ba502793eb90 1.00 MB 2,621 170
463,368 463,368 0000000000000000001b6e19e4d651425ec3d79ed0f552670adffdfe39c99a91 1.00 MB 2,229 195
463,367 463,367 0000000000000000013cb4f07b0dffad4b0013a57f593585f8499c3f7d2e8672 1.00 MB 2,416 241
463,366 463,366 00000000000000000003409f5db53fd9c9dfe901e43fc4d5ede6fbf12e6c01aa 1.00 MB 2,050 156
463,365 463,365 000000000000000000dd6fe1bc436f326ab23644be66ddd7fc58d0ddcab905ff 1.00 MB 2,883 183
463,364 463,364 0000000000000000007b6a76296cc047da25f8013785b6c9acb3e20c1fd0a80c 1.00 MB 2,303 163
463,363 463,363 0000000000000000001a7a5d114e3c4fe41de28c28c8310baa8857a96c6c12ad 1.00 MB 2,864 202
463,362 463,362 000000000000000000ab4584f821af8ef91615738814016c818aa4a8ce9ed4a4 1.00 MB 2,027 235
463,361 463,361 0000000000000000006671e60ac37ae81a43b0a6324aa73f6414fbe47f67b1f9 1.00 MB 2,249 235
463,360 463,360 000000000000000000731c327f717e7baae13f20230f23ca837052e3d34c2f68 1.00 MB 2,473 229
463,359 463,359 000000000000000000fb23d1df10609b95e30f9b26db10055156c01a9291bbef 1.00 MB 1,543 288
463,358 463,358 000000000000000001d9dd4ceb419f3718c733e4528f14776e4d8929664ff0f6 1.00 MB 1,242 191
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.