Memory Pool Memory Pool Refreshing

2,114 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (816,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,667 91,667 0000000000073926d1d816cb1e8b4f32a3bca9021a1b4752c60a0774b2ff0f1d 0.00 MB 1 0
91,666 91,666 00000000000b52adef78c5c6fff4bef156f97fe35e8206b561030979dee04944 0.00 MB 1 0
91,665 91,665 000000000000efd81439f876073c8ad30bdb6b26c98c495bed753f81e2cb3ac0 0.00 MB 1 0
91,664 91,664 00000000000df9736d18c4563473f9135f8945e11384844d89074463731ecbf7 0.00 MB 1 0
91,663 91,663 000000000000337af27dd368a45a3ac143925ec8e2c46f264b1d29f39a29fe65 0.00 MB 2 0
91,662 91,662 0000000000095bdc40c56093c4748ca2eb79d8157a95cd17d4fc523406dc4835 0.00 MB 2 0
91,661 91,661 000000000005ffed9eb587d9a0756cc2ad178e8ebbdb9f2ba046eda40a840da2 0.00 MB 3 0
91,660 91,660 00000000000b2360b48996521e453c7d61091b9410cbf4a5540673c769e17968 0.00 MB 1 0
91,659 91,659 0000000000041227a1aa64c2e33c486b479e9576e8035010914775886c2ecc2f 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.