Memory Pool Memory Pool Refreshing

242 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,745 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 226 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,744 (313,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
594,519 594,519 0000000000000000000e73fec4eaf6f210493fd2f66659c15af57d61b71ad883 1.29 MB 2,885 25
594,518 594,518 000000000000000000002422fc48d00b1243d2ec90d90695b83c0872b2eea20a 0.25 MB 548 20
594,517 594,517 00000000000000000004680e549e240acc486aa26ea044bf54f3f84e748a9021 0.92 MB 1,588 12
594,516 594,516 0000000000000000000e7203b3e2ff31d2b5caa7d9267ee240b960cd9d64cc72 1.23 MB 2,498 25
594,515 594,515 0000000000000000001a019f80790bdddcc8842b0607988e3710ee3ae47dd3d1 1.18 MB 2,657 10
594,514 594,514 0000000000000000000c162073135225ccd0ccfb2014d24fa57c965ce096b0ad 1.29 MB 2,589 22
594,513 594,513 0000000000000000000124430a433394ee1e0de4c7c393e874d091bb85ec08c0 1.26 MB 2,448 27
594,512 594,512 000000000000000000079cbf677c5be6836033792beb6d55a91609f0bbd1d2c1 1.27 MB 3,132 45
594,511 594,511 00000000000000000012889b9f7fa862bfda5e443078be3c7ac91a435b9918cc 1.21 MB 2,315 6
594,510 594,510 0000000000000000000c4ef9947def1268764d607f563b3658d72eab619affb9 1.18 MB 2,566 16
594,509 594,509 0000000000000000001720b09e2b06802a76bf86cb93b40a67532f6b25cb3d74 1.28 MB 2,889 27
594,508 594,508 0000000000000000000d34eefba2dc6cb74e65674c2698a65897378c63bd6462 1.37 MB 2,801 20
594,507 594,507 0000000000000000000e8060ed63837f053688baa28e80bdb318e3312b981c2b 1.23 MB 2,996 42
594,506 594,506 0000000000000000000ee182e464eb136074a2460955d3dbeff6142a8ab082bc 1.23 MB 2,931 28
594,505 594,505 00000000000000000011ab745c8e8ad6fddc50ca7d83829e02fcf3d33ffa3582 1.20 MB 3,812 5
594,504 594,504 0000000000000000000055cee75aa90f11af46e4ece43ac060dc275b7586e5f5 1.30 MB 2,841 28
594,503 594,503 00000000000000000013361d99db70983994e95ff3f14d5459c33dc0672133d8 1.22 MB 2,965 40
594,502 594,502 000000000000000000097516cefb89f108fd41991d59513335688a94a8f54d62 0.91 MB 2,132 24
594,501 594,501 0000000000000000000c7c1be37ba9b28906dede4525503492662646c20236d0 0.76 MB 1,904 23
594,500 594,500 000000000000000000071b49ee156f053b464f114a22f5d3633fd67d5895bd5f 0.41 MB 1,155 24
594,499 594,499 0000000000000000000cdfc402983ef1f08e0a5d0194d679df598505bf4d38ce 0.11 MB 313 28
Previous 10 blocks ↓
Total Size: 769.07 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,627.99 GB sent, 93.21 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.