Memory Pool Memory Pool Refreshing

5,257 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (735,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,545 172,545 000000000000038cd118367733944eb74800b817254db35e858b6977f78e5e5b 0.02 MB 34 329
172,544 172,544 00000000000004c1f443ff9fe9eed2b02df3d3ffb8d29b57b9b28140a90fd8b5 0.00 MB 2 193
172,543 172,543 0000000000000abd208d4955706e6a09b01c2f9fe5a7a6d27ecc94e0890e6515 0.01 MB 44 4
172,542 172,542 0000000000000731212dedd2018ae3786ad4c21d12aea324f2deb138fccfef89 0.03 MB 77 115
172,541 172,541 0000000000000272d82d610b9a593c89fff59c4d43a1f7ff2c2b97b160430179 0.01 MB 16 53
172,540 172,540 00000000000009f527e2e639b2f6ed103c7944e41288852013aae4fcafb41302 0.01 MB 24 146
172,539 172,539 0000000000000374cbf7d7d63780275e71fb968130c987fbf40dd546d3caf79b 0.02 MB 21 44
172,538 172,538 00000000000005228993b10b84b3640fd1186f2ab1fef346c1c81388e630766c 0.01 MB 36 61
172,537 172,537 00000000000004d60d8477be9d6ca52087c87456ae5e3d01cd38d56cd9f3c999 0.05 MB 151 27
172,536 172,536 000000000000093629df1886c37a4640b24d99dad41ebb5ec0ec38fa667dccb7 0.00 MB 11 772
172,535 172,535 000000000000080d0914f30383067c92470674f2e37802960c95cbff89c784fb 0.03 MB 76 89
172,534 172,534 00000000000000402d7efa278371f80cb2bd52e759c2469602ac4c3081290891 0.02 MB 39 183
172,533 172,533 000000000000085ced7bd80c78ab37512374b37fe712ea211d0ec67edb91bbef 0.00 MB 1 0
172,532 172,532 0000000000000a7983d34108c4ed458cd2333040f568a70e438bf76b626139ff 0.00 MB 1 0
172,531 172,531 000000000000081516cb8512953e6d8c55fa11138f9b9462738d375b3fe27b3e 0.02 MB 47 206
172,530 172,530 00000000000005166df66b9edff76fd5de78ab456adefa55986515605cf2c92a 0.00 MB 1 0
172,529 172,529 00000000000008ea706408a81e78f7197160d6fc22bcb453bf1d066b0c03f670 0.04 MB 139 32
172,528 172,528 00000000000009b65af1da94a5e273e012db520f0eb5225db3d7a2974997917c 0.02 MB 35 86
172,527 172,527 000000000000037b795188540a2a6e34d5ed6a7bce3eb297d5cc2712bca3ada9 0.02 MB 35 38
172,526 172,526 00000000000005165505bc9da27c864797f143d11d8fd98ee47dac0a5d3e6733 0.09 MB 53 185
172,525 172,525 000000000000032c75fe2e21353ab93bb3116db18ee3345d5a69507a60f2e543 0.01 MB 25 185
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.