Memory Pool Memory Pool Refreshing

3,106 transactions
1.08 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,897 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,868 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,896 (260,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
647,439 647,439 000000000000000000040767aba4483ef8a91795a33ee9f7e803916bd53f9ef5 1.20 MB 1,592 53
647,438 647,438 00000000000000000007c3529019a519bcdc83741f85ef9fb6061f4ba85f07ed 1.09 MB 724 61
647,437 647,437 0000000000000000000c99c6b56e60f88bd6d559c13c39529b70d54b3cdb1fff 1.12 MB 767 67
647,436 647,436 0000000000000000000e7469cce12821d1ee25d88f3001320c751d69f1735934 1.04 MB 445 62
647,435 647,435 000000000000000000068782214c45509739c787ae5cac0da25bba7b2bbfae3a 0.67 MB 995 37
Previous 10 blocks ↓
Total Size: 769.35 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.54 GB sent, 94.70 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.