Memory Pool Memory Pool Refreshing

3,113 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (51,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,420 856,420 0000000000000000000300d4728f860862bdc43fb68708cab976a50b0ee23cb8 1.74 MB 5,569 2
856,419 856,419 000000000000000000031088992763f2763277fe299b79a6cac03da9f316f771 1.53 MB 3,164 9
856,418 856,418 000000000000000000028ad0c85a8ab5d98558014c5f55c0b1b3367776d4fcd6 1.63 MB 3,351 5
856,417 856,417 0000000000000000000039835727efd3c381627b2d0d118ec6278a94949e4e76 1.59 MB 4,979 5
856,416 856,416 00000000000000000002c3196cdf6107959f372d5c96d75f68c029f690fb0f1a 1.60 MB 5,800 3
856,415 856,415 000000000000000000027ac6dfdb1db7bfdb899e4200e3aa6b4a83c2247b2d00 1.59 MB 7,655 2
856,414 856,414 00000000000000000001f325ea64a05448522ee58a457b4a96dd7235c1e4e67b 1.56 MB 3,844 5
856,413 856,413 00000000000000000002daf1062c5b8c3c94cd983440696fe01a63e42c1a0fe6 1.65 MB 5,594 3
856,412 856,412 00000000000000000002c5870c706b10241048a02395b2256f7d1cf220d71c1d 1.67 MB 7,503 2
856,411 856,411 0000000000000000000190e2d6d6b09227c9c6d3870277ee3c7dc3b9af35056b 1.83 MB 3,193 2
856,410 856,410 000000000000000000010438b9188acaa20f2cd9384aeb893b8c5bc5536e55d8 1.56 MB 2,082 5
856,409 856,409 00000000000000000000285140003fac8d1f72ddd139b101f8ac6a0dd9ad1236 1.62 MB 2,089 3
856,408 856,408 0000000000000000000220c0ec889b278b5c73ba661c7f0d777d3a17a3238e07 1.60 MB 2,986 7
856,407 856,407 0000000000000000000093019374bbe67a727ff2a2b4394ddb76331bbf3087b6 1.48 MB 6,457 3
856,406 856,406 00000000000000000002b1a3f81521184d6e964c3d7429f24031cf4b78bb56fe 1.70 MB 3,258 4
856,405 856,405 0000000000000000000246c222cf828647cc04d2c9e6d02a107cf8cbf8b21da8 1.83 MB 2,993 3
856,404 856,404 00000000000000000001f4704a22e5cf4323f3306503819d8ad76093ae8cd2d2 1.39 MB 2,050 7
856,403 856,403 0000000000000000000160c54632d847e33d61f797e0c510b94d8556000976a1 1.71 MB 4,757 3
856,402 856,402 000000000000000000022de35f7961b9b990d7ce9e32158717a727aa9227c6f6 1.81 MB 3,150 2
856,401 856,401 0000000000000000000165ed09d048962217eebc9013d5931a88315927e1262e 1.72 MB 3,747 4
856,400 856,400 00000000000000000000bc23504ae1fed23f77a8bc688a19d674e42ec7c46267 1.47 MB 2,482 6
Previous 10 blocks ↓
Total Size: 769.30 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,642.65 GB sent, 94.43 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.