Memory Pool Memory Pool Refreshing

2,836 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,907 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,775 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (260,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
647,460 647,460 0000000000000000000b40420d60fcff66b054a350cd0942b3364394e9fc4e27 1.29 MB 2,386 38
647,459 647,459 0000000000000000000c95ec67f613972e7fcc8c592fd7ef6934ba3cd7f540b1 2.03 MB 585 10
647,458 647,458 00000000000000000001884fb2967384503df96e1980ccc728ae9a793e9d311b 1.78 MB 1,037 26
647,457 647,457 00000000000000000009e1075782ec7f2eeedbeb8a4a39f8d587ebb92d76f84e 1.68 MB 1,198 32
647,456 647,456 0000000000000000000e80bde5728b7360bbbdf9d59fc25e676daad47599a09f 1.26 MB 2,711 35
647,455 647,455 00000000000000000002a02eb6c70c201b9ee293cf0d8fac8396d5646179b0d9 1.24 MB 2,852 13
647,454 647,454 0000000000000000000d0a716eaa3890c773033816859334d1d1e12773e00936 1.34 MB 2,377 39
647,453 647,453 000000000000000000001bad458027d85747bdab05e156054338d422437815a4 1.32 MB 2,314 86
647,452 647,452 0000000000000000000648ca4370b0a326b4f600ebf9ea3520b1ed765190c250 1.28 MB 2,436 103
647,451 647,451 0000000000000000000d3590d14c74ec3cd9c890be192b97b90bdce117f83760 1.31 MB 2,189 29
647,450 647,450 0000000000000000000439c9b2fd53ed9eaf2e351829697475d5ef2f5a6ef285 1.38 MB 2,263 25
647,449 647,449 000000000000000000095a75ab8de54e3d57948cec547ab57e3038f50f564992 1.22 MB 2,633 93
647,448 647,448 00000000000000000001b93be6bfe24070f406d1c1523963d4f736799f21f5ff 1.21 MB 1,817 37
647,447 647,447 000000000000000000030fadbc2f805228c8731f4bf18a952f50a3667f029232 1.05 MB 785 25
647,446 647,446 00000000000000000009a721fd20b0142cf0428414b9add058221fc6ee79b605 1.03 MB 942 15
647,445 647,445 00000000000000000008f86a14d960124c6e632e18b567b9c522112cdb93d623 1.07 MB 2,797 24
647,444 647,444 0000000000000000000244f6a82c975768e03727a969195f09363020407484dd 1.30 MB 2,553 37
647,443 647,443 0000000000000000000637163d9708d53e04e02bd39e76970cacfacc8e9ecbe8 1.34 MB 2,636 103
647,442 647,442 0000000000000000000ba350d8cdfdfefa94f5da86ef5727e91467eabd1c0b3e 1.31 MB 2,431 50
647,441 647,441 0000000000000000000f153e4b861fa35418501e812d52ed72a70b0685275c00 1.36 MB 2,356 63
647,440 647,440 00000000000000000008890a3ee5c0d5dcea6a0a876a7d6276fe9c15a86d81d5 1.24 MB 2,386 104
Previous 10 blocks ↓
Total Size: 769.37 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,643.86 GB sent, 94.78 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.