Memory Pool Memory Pool Refreshing

3,459 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,841 (296,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
611,453 611,453 0000000000000000000767de2a9b87754ca7dc00b69d86805b08e6fbb3b8f8d6 0.90 MB 2,072 8
611,452 611,452 0000000000000000000955340cc3b61a22e0f04fe670dfae01fbd577e08314b0 0.78 MB 1,936 15
611,451 611,451 0000000000000000000ebd9d4f7d5ccf7cf0f1310c6ab854a58b93eabf8d8956 0.18 MB 397 14
611,450 611,450 00000000000000000011120c931414785359057ad80638afc695c605925558be 0.92 MB 2,344 3
611,449 611,449 000000000000000000101324d4a734c214370bb94d4988624cbe4d1a50b56754 1.34 MB 2,810 16
611,448 611,448 00000000000000000004e6544c408a7cff34d0317456933269680bec7225f0b8 0.78 MB 1,754 3
611,447 611,447 000000000000000000008833094e59e3c04459309db20caffa7a4cebb291fd76 1.28 MB 3,118 4
611,446 611,446 00000000000000000000dc706d7e5f17c40ab3cb8e57f502d5943406b9716083 1.28 MB 3,174 18
611,445 611,445 0000000000000000000bb7356d2086f5b64ac24652cdd9855e74b4a3b6dd4e3b 1.27 MB 3,021 16
611,444 611,444 0000000000000000000358bc24ff3412cecc612dbff942b43c33a10bdea69781 0.20 MB 542 9
611,443 611,443 00000000000000000005bd47a8f9486f41927f35bad0d79ee93f21a1e2e05c4b 0.52 MB 1,300 9
611,442 611,442 00000000000000000004989702587b63e315cb6792646a1873f3c396fbfb96e6 0.59 MB 1,529 9
611,441 611,441 0000000000000000001310d814a8fa5ee75f80a9527ba19728945c1f71b6783d 0.05 MB 117 12
611,440 611,440 0000000000000000000c7409ecd724cfcb93f3f038254ad8313b6eaaf0259dfd 0.10 MB 283 22
611,439 611,439 000000000000000000109ffe614a34355aee8de21cd3ff6e66e4729cb715cedd 0.08 MB 166 7
611,438 611,438 0000000000000000000f2c049c690a1ce8711da6259401e1fe5e3eabe588e2de 0.45 MB 1,017 9
611,437 611,437 00000000000000000003b483d223877b27f00ed24725258cc93bc42a8b20a149 0.92 MB 1,915 9
611,436 611,436 0000000000000000000130cebcc6db80008d503ee87790ae37c76ac2098235ca 0.44 MB 553 13
611,435 611,435 00000000000000000000771291e815df866ea9b56d5fac2600ef7479233b20c9 1.13 MB 2,189 11
611,434 611,434 0000000000000000000f687bb2677cbcdfbc0245b91d7271db70f07a38109a63 0.03 MB 63 6
611,433 611,433 0000000000000000000668fc22916ec42c6fe8730964cfed886290ea42c0e9a6 0.19 MB 502 16
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.