Memory Pool Memory Pool Refreshing

9,321 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,353 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (629,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
278,536 278,536 0000000000000000c7d117a7ae597543f211bc72defb038a6542ee0c58f77db2 0.01 MB 15 24
278,535 278,535 00000000000000009f6e72c6d9629259ace659df7a8651bf88b31b38fcd35d2d 0.25 MB 452 56
278,534 278,534 000000000000000058d5ade07621bc1c09bb0fe01ba04844a3c403a0593a98d3 0.06 MB 109 19
278,533 278,533 0000000000000001033724b06ca90cd4a036632766217c39d448c477c91ded78 0.04 MB 80 17
278,532 278,532 0000000000000001e1b5b8e32f884c7ff22dd62f38989c207b77df982479d866 0.30 MB 734 58
278,531 278,531 0000000000000001f26681727e510ea2d8367f22e210451694acd84280783f65 0.69 MB 721 23
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.08 GB sent, 92.89 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.