Memory Pool Memory Pool Refreshing

17,870 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (722,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,030 185,030 000000000000030d64404a6bc3f6580523ad1527bff8478ac2b639a4f631c6ea 0.13 MB 256 133
185,029 185,029 00000000000001b6a7c82120d0fef97a862051a6af84a45be05626e3820d52d7 0.00 MB 9 614
185,028 185,028 0000000000000644e6376c9edf5f8e102e969d1cf956a96848d40ee6d5fbe44b 0.25 MB 520 138
185,027 185,027 000000000000024727f99a51b5b7dacc3ee8045a87e9a73ef42487c9d84d435f 0.05 MB 137 107
185,026 185,026 00000000000001d63e9170758d128b10e75c576b2aeeccb4f0c9a5d1fde4a506 0.00 MB 5 0
185,025 185,025 00000000000004ec3281aa37d7deb9d29c9f2c1035a3fbf838c64f5beb27918a 0.07 MB 127 112
185,024 185,024 00000000000000ee2555c8810832d86378413d9903df35e6d75bba504f8b7562 0.05 MB 144 64
185,023 185,023 00000000000008792f370b4e2a9d23cd14f08e91e7c5e36abcaf83ecd727b974 0.14 MB 256 155
185,022 185,022 00000000000006b9ad616549573a8bf288f7256ba802397902bb38c8d91f5511 0.00 MB 10 14
185,021 185,021 00000000000009a0572bcaf2921a9be8cd1b6e0b110a66d780e919121c0d735a 0.00 MB 5 299
185,020 185,020 0000000000000180625ea1315bacced98707c912925cd6c6ad126637b8a7ef43 0.09 MB 224 137
185,019 185,019 00000000000009c9eac44083c8bf47b56ef7d184890f642006c2315a11e1f1fd 0.11 MB 222 97
185,018 185,018 0000000000000375e293db5e359b3c4a2a2faa98f34e6645c45784c0d11b4b9e 0.26 MB 545 124
185,017 185,017 000000000000045889577ddec6885cc897242d2b7f9254887f0c1e95474ed31d 0.05 MB 136 71
185,016 185,016 00000000000008f3751e810c9782242e8f73554543230f74c577119c6d8abf63 0.17 MB 74 85
185,015 185,015 000000000000075bbc4080c0cfac69b9883ca89c638482c9bc90748839fcade5 0.05 MB 131 150
185,014 185,014 000000000000049011c569acde408dba3c128a6d94fca871954bbae4d62ea755 0.05 MB 85 94
185,013 185,013 0000000000000870b62469345d10e6dda2dd8ef9084153736cac8da0a62295cc 0.17 MB 372 130
185,012 185,012 00000000000007443c0ffc5610a6b20f9929dc6dad10db669464549b1a6c5179 0.03 MB 141 1
185,011 185,011 000000000000063f27330a4f9f3f17d6e357e81b7f2b0ffabe78411514b26310 0.01 MB 26 154
185,010 185,010 000000000000087ed4b9d470bdb72755baf28a52f67bdea79e4a46c89c797079 0.11 MB 282 163
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.