Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (10,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,292 897,292 0000000000000000000215b7d1298d8c03362cbee2881e9bdf2c98751b7cdf45 1.44 MB 5,530 3
897,291 897,291 00000000000000000000cf8ecf0eedae4b976c82a3a5943114f540b61af0d81c 1.53 MB 3,316 5
897,290 897,290 00000000000000000000679fc969e8525f143754067db4ff017a909d9fa805b0 1.62 MB 4,162 4
897,289 897,289 000000000000000000020fb2b29a3ce4e855bcb4cf5693967ed2e0ef687513e2 1.59 MB 3,422 6
897,288 897,288 00000000000000000001d05cfebf3442e551c9837fe699e513c8fc89d57a3dd3 1.60 MB 3,854 7
897,287 897,287 000000000000000000017ebe8697425ec63d645e1a5d1047bcb0c6762cd48d98 1.50 MB 3,166 15
897,286 897,286 00000000000000000001a57324dcb4ae93be811ca3e184a26152ff93de0886c5 1.50 MB 5,347 3
897,285 897,285 000000000000000000007e7f40cba6457d2600a7741c999e59975f414d6144f3 1.48 MB 5,938 2
897,284 897,284 00000000000000000001bb486d88f19552f911291d4c9407206d377a54026cae 1.56 MB 5,503 3
897,283 897,283 00000000000000000001b131d0359f17a0020744ae44c27655d9628b815f1970 1.53 MB 4,630 5
897,282 897,282 000000000000000000013cecaba79b1624e761320a628c73b4e7dc82f11c69df 1.50 MB 6,054 3
897,281 897,281 00000000000000000001c0acb1ad7306532e821d77b842c47b95ec69b0af1707 1.53 MB 5,811 3
897,280 897,280 00000000000000000001da547d51b923219d977ab63f257f020d957e7411ee8b 1.75 MB 3,834 4
897,279 897,279 0000000000000000000124ce9f1eda990dea2b81f16ef17b7295d7690132f41f 1.62 MB 4,428 3
897,278 897,278 00000000000000000000bf4b1f9967da2e8a1c112132737644d2aa2223267d9c 2.07 MB 3,257 6
897,277 897,277 000000000000000000014741cdd79b98fdae76025d24d96fcaa0800beabdf396 1.92 MB 3,175 6
897,276 897,276 00000000000000000000cd28990777cb4c7507e0253b4df0714cd888727df88d 1.80 MB 3,398 6
897,275 897,275 0000000000000000000119286b2465c278323eba0fd50a4fcc35266ecd0d4ad0 1.62 MB 4,401 3
897,274 897,274 0000000000000000000169a1f37197934b0a74a4daf82c401d1531ce98edf1c9 1.49 MB 5,964 3
897,273 897,273 000000000000000000007d890290a299194251bba151d0cc455cb1f39aff0a56 1.50 MB 5,005 4
897,272 897,272 000000000000000000011b32edd70d413dccd05fa82703f1445ae53fba5e4007 1.52 MB 5,407 3
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.