Memory Pool Memory Pool Refreshing

10,151 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (629,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,557 278,557 0000000000000000be4921fab20219b06639314cba2483463ef6ff87c7b8529c 0.07 MB 124 58
278,556 278,556 0000000000000001d95e1d4170f431e0295a24cea0259ebc05d98993d8a6a8c9 0.03 MB 83 45
278,555 278,555 0000000000000000e85cd09921113a05bfb3e01df1b35c9bcad0f976e45371b0 0.08 MB 118 37
278,554 278,554 0000000000000002b908cc845dbd8ecc3d08dc26bfd7eef4c225e6361e2f264f 0.06 MB 132 59
278,553 278,553 00000000000000018de23d85a8f0d1d0247b0deaf541d5580c5d00bf3b86445d 0.09 MB 158 18
278,552 278,552 000000000000000022498fe9fdf8825c6ca429cf27b64af01995cf6bbd650f94 0.10 MB 251 44
278,551 278,551 0000000000000000627a786abe0832726cdc661e1ed31a298f6d8d7c6c609fe8 0.16 MB 312 39
278,550 278,550 00000000000000012f3572db4159e8a0557c9d2a1b85d5a265ce8b7d543b3788 0.25 MB 297 33
278,549 278,549 000000000000000088cebcfa2e6653b0a9eda432ae1fb9711c36cb1375f9059e 0.50 MB 1,014 46
278,548 278,548 00000000000000012ed359b30d0728142cd2cb3e071e4c1fc9ad7445852ab474 0.25 MB 692 43
278,547 278,547 0000000000000001cb50359a6a761555a4a9b9ba4dfc193b9ea7caaa0bcc2f88 0.25 MB 687 77
278,546 278,546 0000000000000000871d169cb93e74355610f10993662fa597173cc16cb9f38a 0.01 MB 18 102
278,545 278,545 0000000000000001ae5dbd82e023ad3354ce708ee2210c29d9ce433a71f9c15e 0.04 MB 89 37
278,544 278,544 0000000000000001efbcf4665977f73042dd5c12f6b3f793d7b0ceff4580b9cf 0.00 MB 1 0
278,543 278,543 0000000000000001b9b2392dc81f668d526e67b4740b6014a1649dce90b381a4 0.09 MB 154 18
278,542 278,542 0000000000000001fd29a91b8f3761873b796e45650f844fe184e7ae0a75f702 0.03 MB 74 90
278,541 278,541 0000000000000000c34cc01e51600be48e5e6e02c4f23448ed3b7acd8ddc2aac 0.15 MB 269 19
278,540 278,540 000000000000000293dce4ead626cf5eec3fa5cb92bd6a3faf213436f43a4158 0.32 MB 541 38
278,539 278,539 00000000000000003143fcb75cb9a018165a1959dfaa4c7a6089014d568da51f 0.25 MB 596 48
278,538 278,538 00000000000000012118d6895ff0a29a74a4f68c6d236ea522df42e720a29abc 0.03 MB 75 82
278,537 278,537 000000000000000024c244be3b547bd67df882c90bfccf75ece05a497af3503d 0.73 MB 1,549 40
Previous 10 blocks ↓
Total Size: 769.01 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,621.43 GB sent, 92.91 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.