Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (487,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
420,287 420,287 0000000000000000029df5011630f2cfcb3ab21801aa1816f16f880c7fea3707 0.90 MB 2,017 57
420,286 420,286 00000000000000000287ea10a5fd0bef3adb9222453d0d5807441e48fddae592 0.93 MB 2,012 54
420,285 420,285 000000000000000000916fd52c46896e12aff281122c14892cfb9e8f39f1fad5 0.00 MB 14 197
420,284 420,284 000000000000000000144d84fae539e28a08943fc195ad39902ef2d7191b9322 0.89 MB 1,491 45
420,283 420,283 0000000000000000020e79f38186012736f8aa3014c24bae4308eb56103feb87 1.00 MB 606 13
420,282 420,282 0000000000000000022081933e2a471a1ef125693c49f27aa71e771fc9eb5793 1.00 MB 2,602 67
420,281 420,281 00000000000000000011f20f6d644504745d34d122fd04ea8c78c66957d30945 1.00 MB 1,760 44
420,280 420,280 00000000000000000356482c11d7a376133e06beaf37593140d21abdee218256 1.00 MB 1,581 35
420,279 420,279 00000000000000000333915dc054454c3db5702a1333b1aae3e88c0e036d2c4e 1.00 MB 2,361 49
420,278 420,278 0000000000000000019611ee695c779c9d5c3ce31f2c633ef6b9bdcf96fbfa46 1.00 MB 2,910 101
420,277 420,277 000000000000000002e045a050eaf15ab06eb2f6d1827ab4689a0dda6280c321 0.00 MB 15 64
420,276 420,276 0000000000000000030c831322ebe1e19d33a5ba415cf159f60d3ad59521219d 0.15 MB 366 86
420,275 420,275 00000000000000000431f568263dfcb7df9560ee92d4576b006acafe6818bd35 0.19 MB 456 75
420,274 420,274 00000000000000000327c40a3569877fd8a69300d7a3d05ec521c8e38541f52a 1.00 MB 1,402 34
420,273 420,273 000000000000000004dc4d0290ebdceb9bf75fd76936da98d6c87f353c7b3683 0.17 MB 370 65
420,272 420,272 0000000000000000047872733f1b196c8b0f867f8ed907a2ea91a2d5457e7edf 0.98 MB 1,370 35
420,271 420,271 000000000000000001f2de6ac8406147e8b919e85d74e9ddb32d0924a2bf2e0c 0.99 MB 695 16
420,270 420,270 00000000000000000007a3036b4542fc8a4697cfd6469c06e70e532f3f070569 1.00 MB 2,145 51
420,269 420,269 00000000000000000117977b6c88f4c51ce93f4beb1feba2ae29b65c1eba7dce 0.60 MB 1,345 59
420,268 420,268 0000000000000000001bd11ba5c79286c315fd3346c4e3ad877519a7d0306ea0 0.63 MB 1,033 45
420,267 420,267 00000000000000000525d9228f6ab8a1e5b487ff26d0e40c3b72024185df8c4d 0.98 MB 402 9
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.