Memory Pool Memory Pool Refreshing

70,941 transactions
35.41 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,567 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,210 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,566 (414,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,070 430,070 000000000000000004110032bca09704da5aa131f1a7c7b64a2276a4ba19a33c 1.00 MB 1,428 28
430,069 430,069 000000000000000001686279dd9c2f44e7451512356edd011009fc415044b00f 1.00 MB 2,285 63
430,068 430,068 000000000000000000721f000b759b6b3356a641c4efdd8013b42fc423c2d755 1.00 MB 2,529 76
430,067 430,067 000000000000000003f41f33820d5997f334e183b59faf861ce6c3f746b596d7 1.00 MB 2,221 73
430,066 430,066 0000000000000000024d70af94a3dde45804c08d3fba5debed71f5edc11a106d 1.00 MB 2,472 50
430,065 430,065 00000000000000000126322706bdeae1a43752e9e55a460cf72ee55e9d92f9c4 1.00 MB 3,058 88
430,064 430,064 0000000000000000045ba2cc953263398e5b6c2e9c7dec5cbc5d68d627e0737b 0.79 MB 1,383 46
430,063 430,063 000000000000000001edef785689b0c4fedb644188f9941436cfe662c34766d9 1.00 MB 2,823 74
430,062 430,062 00000000000000000457556d0f8bb5371a42175df210b9a515afc6da6dbbd00e 0.10 MB 302 85
430,061 430,061 0000000000000000031962b3a9f02157e486acb5bf4b4143cba3770c3a3752aa 0.99 MB 883 18
430,060 430,060 0000000000000000014a3a707c128462f214ce2c9cc0e5161d99925e2080f525 1.00 MB 2,148 57
430,059 430,059 0000000000000000017e828805dce269b03ac3f6b1b99a943a5c712b65da8ca1 1.00 MB 2,618 68
430,058 430,058 000000000000000004a0690ab88827e314dafffefa40a6f4508d235cc990f67b 0.70 MB 1,663 59
430,057 430,057 000000000000000004b4d7f57576de8ebc35c9925c5eb47a576c8d29b7705efa 0.88 MB 1,913 53
430,056 430,056 000000000000000001d91b8fbb414c351a4352e1c70acc66b890bbf2f54d8cc1 0.15 MB 195 35
430,055 430,055 0000000000000000027ed16d88a442e14495d2a554d385e85f58d7a282123ff1 0.27 MB 605 48
430,054 430,054 0000000000000000037af0d6f55202dcb64358242704b2f9e4b6fae49c4acc09 0.89 MB 1,728 45
430,053 430,053 000000000000000000ac1fd7d63097600b9c127b25781d742daf5008bda0d8e3 0.99 MB 2,582 79
430,052 430,052 0000000000000000022fe0dd794c8f1e192220c8101e399aa9d133412f396a50 0.39 MB 924 55
430,051 430,051 0000000000000000034e3f66b5f7b11f2e33a4556a3abaf303114cd51009cc89 0.99 MB 926 21
430,050 430,050 0000000000000000000a1f6944affde69277fb689d7f04da4565b3193e18db6a 0.99 MB 1,726 27
Previous 10 blocks ↓
Total Size: 651.58 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,143.01 GB sent, 69.44 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.