Memory Pool Memory Pool Refreshing

7,652 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,706 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (640,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,106 267,106 0000000000000007313d528aad7ba067b363818d042f95e92d7e44065e318a35 0.25 MB 613 81
267,105 267,105 00000000000000061e8770871b76ccf257fdfee091c53195502ed37c73db14e4 0.25 MB 659 92
267,104 267,104 000000000000000151edbb44f3846a1ff406edcce3db6f0527258c0b1a9cbe03 0.49 MB 693 53
267,103 267,103 000000000000000a0c4a3325be6daf3072322a5dc0198d44a9a3c99fe8e00167 0.17 MB 403 75
267,102 267,102 000000000000000a6b91b2e7faa2e26c0fc30a45bfe21e0a9e395d6d4c43bcb0 0.19 MB 439 114
267,101 267,101 000000000000000563fb24a9667cd58ea007fa5b113007279f679d98f157d167 0.20 MB 539 95
267,100 267,100 000000000000000a8afe3b83be84227d110a2cc11f316170ae8c4104974cedfb 0.16 MB 370 67
267,099 267,099 0000000000000007a25513db23a627b4a8349db0e66c39e8c21816ca9d2515b5 0.27 MB 602 77
267,098 267,098 000000000000000ad5a20d8f494b810af0351e93d95b98c501e1e2bd8c328173 0.19 MB 346 91
267,097 267,097 0000000000000008477f4fc9dc512598b304b9748b3dd7fba387bde0672d4eed 0.26 MB 510 65
267,096 267,096 00000000000000054a75def68bcb258811b71af1ed00d8f1c12dbddd17f94079 0.01 MB 30 29
267,095 267,095 0000000000000005d5eb5c6f50b9802857077ec2256fda682e80d2aabff29b1a 0.15 MB 329 75
267,094 267,094 0000000000000003450c5d0a473a6c7ab44f6a77c0038db08b789ae78313a89b 0.25 MB 694 81
267,093 267,093 00000000000000007f67c0a4ca265b024dc90d4eeeb1e99fb8c8b71a432c967e 0.16 MB 278 54
267,092 267,092 00000000000000034f8cc5d0bb57af703a51e397fc8730d7be26d63965c9c59e 0.14 MB 349 82
267,091 267,091 0000000000000007ca4aaadc2c5a715f7b89cc33387682ea7cd0a4d99ae70ba1 0.04 MB 88 72
267,090 267,090 00000000000000039f603ffc20fc5aea2cbc611f2020c078b97cbcdbf7b83fe1 0.06 MB 120 40
267,089 267,089 0000000000000003181c609af282d19d12291023ba4a20cbb7e7111f2bbaaba1 0.19 MB 430 110
267,088 267,088 000000000000000949382d1c1be7583a350cecbc6fb803998661ceb0500e6cbb 0.05 MB 24 22
267,087 267,087 000000000000000058c77f30c84a0aba7f1b61214aa37ae1b76a1bdecdd8b622 0.01 MB 19 58
267,086 267,086 000000000000000405099f41ab60fc6abe6a45b0b02d295f5109ca2f50c4ce6b 0.02 MB 50 66
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.79 GB sent, 93.04 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.