Memory Pool Memory Pool Refreshing

2,080 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,650 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 2,067 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,649 (816,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,658 91,658 000000000002b1e691f515453d91df086f01be787ea038b64d795a59b4ce313d 0.00 MB 2 0
91,657 91,657 00000000000900ed5c23aae271c118f64aa918ecb83c0edf3d197db10a9918bb 0.00 MB 1 0
91,656 91,656 000000000006337de913b870167b86f3389c82d7d51697c374961d6aa68c676f 0.00 MB 1 0
91,655 91,655 00000000000ac6a4279b4d6e248d21b6a69ac30cf7469d47cccf58951b583ccd 0.00 MB 1 0
91,654 91,654 0000000000020934e786633f8c5a7a1c7aff203b936c9a2802596adf83431752 0.00 MB 3 0
91,653 91,653 000000000007a016a681759a87a862ae25fab0b793a0614cc3b4a4c3b210b38e 0.00 MB 1 0
91,652 91,652 000000000000deec294236eb94f9b3981fb0223103eca18e629dc60be93c263a 0.00 MB 3 0
91,651 91,651 00000000000887df3254fccb4a1e4f53b0ab612bc40d5871c4eb1f75f41c2a35 0.00 MB 1 0
91,650 91,650 000000000004e8576c80048a1e6bc2c107509048dd2bbafb9c74f4c9f1123c2c 0.00 MB 13 0
91,649 91,649 0000000000007d53a5acd66ffcb680cdf5a344cc4e0dd8a6da1bf12b584273e2 0.00 MB 2 0
91,648 91,648 00000000000274e74708b0e57dba0207ef2f81a02b839888f82ae49823126b9e 0.00 MB 4 0
91,647 91,647 000000000007312f3330e58e7419bbb627b43628f49a33fbfa7dc80b237b9811 0.00 MB 1 0
91,646 91,646 00000000000a22209bdd0f0531fa2596b30dae7cce171e2e542f4eea54372a4a 0.00 MB 1 0
91,645 91,645 00000000000a8d00d32f9d76905d4c61905a10d7e1744fe45cb3566316478db7 0.00 MB 1 0
91,644 91,644 00000000000acd0627e81760cf0fc4fc4317a416014960552366ec710144489e 0.00 MB 1 0
91,643 91,643 00000000000aed00ed364ef29e1243ffd0cbc24d6d52160ae399055785a1a077 0.00 MB 1 0
91,642 91,642 00000000000198e41277f2aafe8d53e3b6e5ea1fd48f536727272ca188a41428 0.00 MB 1 0
91,641 91,641 000000000001f0a070aa40b9b72d82185a19e0bf3451d20b9f9f940e556d6b21 0.00 MB 1 0
91,640 91,640 00000000000738bbb95560988ba48e95cd790c706c75d667dc8bcbff90d20aaf 0.00 MB 6 0
91,639 91,639 0000000000072703608bd98d13d62616fa95dcabd3c7af3fe426678b2716f9eb 0.00 MB 1 0
91,638 91,638 00000000000a34839b32ff4559805555dc3f7f6db72155922cdcfee3f66f1a0e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.44 GB sent, 101.44 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.