Memory Pool Memory Pool Refreshing

10,319 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (51,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
856,399 856,399 000000000000000000009d4d1ad100020702cf287e1190ce7cd4dc3928a371e2 1.74 MB 2,140 5
856,398 856,398 000000000000000000004ddd362cac5de886d8f05b6eab7b3f43b5d531d85dbd 1.54 MB 5,244 3
856,397 856,397 0000000000000000000233f1f6d06220a423c4724e4ef9f8fb56ed26cf347efb 1.68 MB 2,307 6
856,396 856,396 00000000000000000002782d1abfc04ebed2196738220d715cd81ee901d53a84 1.60 MB 5,663 3
856,395 856,395 00000000000000000000453beb7263b9d26134b71719eac8823905e421eaa85e 1.54 MB 7,292 2
856,394 856,394 00000000000000000000c5f8723c50f4ea08988de32232ef1e05caa13420d18d 1.55 MB 7,314 2
856,393 856,393 000000000000000000003163124a4aa37b155749f00fc4edd889466f62d89af7 1.52 MB 5,138 2
856,392 856,392 00000000000000000001892736853b10135b99c6f42a81cbf5f5ff3a829b7d94 1.55 MB 2,474 7
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.