Memory Pool Memory Pool Refreshing

10,339 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,352 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (465,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,586 442,586 000000000000000001a374a3c96dddb1034b6fc4b0a0d9c320ab33c869010783 1.00 MB 2,699 87
442,585 442,585 000000000000000001b960bbb56d7a83369ec64f539f24604a6c690843d1683c 1.00 MB 2,175 94
442,584 442,584 000000000000000003b03873c3bf16e9b596f28c0da570ad126ca9037fa0dae9 1.00 MB 2,204 72
442,583 442,583 0000000000000000006033072f01866a048b672e0c1a349d98350cb58440ad1c 1.00 MB 2,451 105
442,582 442,582 00000000000000000263a1c654f1bafc2077d1c9db27bccd8b3e2eea691f7c53 1.00 MB 380 11
442,581 442,581 000000000000000000244ba294438c4961ad69bf3af4041bb61721582f4d3ad9 1.00 MB 1,712 60
442,580 442,580 0000000000000000025a3a3d8012d1cccdd11cad87902d3c97962272c984a1e7 1.00 MB 1,818 63
442,579 442,579 00000000000000000117aaca018bf97bd20a5488b8100a5481009da53d0e7ce3 1.00 MB 2,509 81
442,578 442,578 00000000000000000154f80d0c20d6956a2cedd996b9b2e56239523711a01d71 0.43 MB 1,116 80
442,577 442,577 0000000000000000005ac3421af6ad0f83e4fdda2d9490de5be91865bd042137 1.00 MB 1,748 45
442,576 442,576 0000000000000000011440a3a16ee15b7e716153e0c5caebfd53caf2b6e32006 1.00 MB 2,007 72
442,575 442,575 000000000000000001c574af5839b8dce347e96ebbe53c64e182be12a2911379 1.00 MB 2,614 85
442,574 442,574 000000000000000000410b356e18f3581ff7f208c5d315d522b9a1ad37dfe61c 1.00 MB 2,208 74
442,573 442,573 0000000000000000006542fc87db529f268937879eeb6cab6f8a787f3e19edc2 0.38 MB 378 24
442,572 442,572 000000000000000000164b9fd775d8ce4e7d97b6af810a6f52ffda9eee5fe2e4 0.97 MB 2,430 62
442,571 442,571 000000000000000002135e1c3ff0904f9be502deda5033256e17af1c54165de3 1.00 MB 1,976 56
442,570 442,570 0000000000000000038f9be8b6633a81f985f64e64603cd7fb2945187bed0892 1.00 MB 2,543 76
442,569 442,569 0000000000000000007a3a5bd5bb41184b3fb40cfa628bf6eb52a25435c2a866 1.00 MB 2,492 63
442,568 442,568 0000000000000000005a14a6b75555b93a8a26e1f77da3ae30f60571d6a5e1ca 1.00 MB 2,270 97
442,567 442,567 000000000000000002b4c670faf24493dc45709c3d086fcec58a8941de9680ed 1.00 MB 1,856 67
442,566 442,566 000000000000000003a57d4372c5fccffcb2fae08855c34016942b874320e6d4 1.00 MB 2,380 75
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.