Memory Pool Memory Pool Refreshing

4,652 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,589 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (794,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,464 113,464 0000000000007848bd62f358546fa5654d00dbf485d80dadfc7d478acea0265a 0.01 MB 26 581
113,463 113,463 0000000000008e5f208519b2dc626c20302bb6ff329ac6b1d809d789aeb7c2a1 0.00 MB 13 622
113,462 113,462 0000000000002193247dbf5c130f264bd3db57e383f0a5ef6f532dd884710670 0.00 MB 12 1,053
113,461 113,461 000000000000aac53c93333155a7197708a9aa09aa1c27ddfb17ffa7996a7bca 0.00 MB 16 1,627
113,460 113,460 0000000000004f8a585fd3265f1973677cc32a9c5f5fbbbb9e1f2a6f01ecda71 0.01 MB 15 848
113,459 113,459 000000000000c97731b07b544e3ebac1e00553e4664d80b3274d28770d7fdbe9 0.01 MB 38 0
113,458 113,458 000000000000990391b4e986be748faa26cf28f62b12929599482746f8b78316 0.01 MB 32 111
113,457 113,457 0000000000001cdc0b1677139b4af973cf89d745a70d04d2b0244a5acf77fb28 0.01 MB 15 0
113,456 113,456 000000000000329819fa9d048547dba539b5d200913228e46259a824f8bb7d8c 0.00 MB 4 3,886
113,455 113,455 00000000000037480d571be42bc175a631fd3d497d3a5dc535527d24c69fd31e 0.04 MB 143 82
113,454 113,454 00000000000006092da22a8ba9511253f6afd710af14c07bd30d2a45b54d9245 0.06 MB 120 56
113,453 113,453 0000000000006ac3680e4e6001b16902454dcd415a317e84102cdde5e8fecc83 0.02 MB 6 0
113,452 113,452 000000000000d76324a4c7bb29c16a22ef9d10ccb95dea967211abc9f4a1b283 0.03 MB 15 115
113,451 113,451 000000000000893b5d94f19b26b52cc6a297ce1186f82fc908902563a0426789 0.00 MB 12 646
113,450 113,450 0000000000002699a0186bfc7d33836bb6bd3af1d301a1e2038fe4f901f50f25 0.01 MB 20 984
113,449 113,449 0000000000005360f4780f950a7a935762ee66e7e4001b1afcbed303fdc1fc9c 0.00 MB 9 318
113,448 113,448 0000000000005d806afba109013c0e17934c5b117ffabf1ca8ceb8b53b170bd3 0.00 MB 9 825
113,447 113,447 0000000000007649fd58f3346945bc60a399b0d0ecc43e381cd2dca441c17218 0.01 MB 32 223
113,446 113,446 00000000000073152a386b3b592c5a435a806a4523c4eb5215b1bf2aa67f1474 0.00 MB 3 3,861
113,445 113,445 0000000000000f99151f8ff6a210d26f8a26bfb8df7d214062884397363e213d 0.00 MB 7 358
113,444 113,444 00000000000014453d048c95554d246c1d26d55609dadba22365aac82c92c631 0.00 MB 12 346
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.