Memory Pool Memory Pool Refreshing

3,988 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,878 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,809 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,877 (622,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,129 285,129 0000000000000000ca938692058d88810a32ba741cac193a60962d48df95a549 0.24 MB 224 23
285,128 285,128 0000000000000000cdfb7539b41dd07b689ca93706fc9571c19ca24744eb3465 0.24 MB 217 20
285,127 285,127 00000000000000013e4465b81190a76feb2fb4b50afe2105b1ac9fd12a31f999 0.05 MB 135 54
285,126 285,126 00000000000000014ac7057fb9afb1ccbb90f4c2557fda44d8ad7c44f905290e 0.10 MB 28 2
285,125 285,125 000000000000000148cda26c24a38b3c37b1f6d9eb672d3773fa209001734c49 0.12 MB 280 63
285,124 285,124 000000000000000137755f9dc501adcc9db22c422c727863fa625b0d1f289eca 0.23 MB 589 42
285,123 285,123 0000000000000001186fcf3929f9c74d1d26ba3b3d70250a8bfb488f47b8f1cd 0.12 MB 200 42
285,122 285,122 000000000000000090f7198032864ad92089b3bb9fe2c6c8a1afa0c80dbb3115 0.22 MB 563 51
285,121 285,121 0000000000000000d67515faf143eefddfa9cea8be292432aa924cd64b56f5a4 0.35 MB 562 25
285,120 285,120 000000000000000009d105791570520629d73074703365a5121640b76ba46fe7 0.09 MB 152 60
285,119 285,119 00000000000000014328b1893cdb0588738b8eccbdccabc9368bd9b80adca6bc 0.48 MB 1,116 44
285,118 285,118 0000000000000000838939390239c684d02bf2aa58925f1e880eb7e3e343bf6f 0.14 MB 299 35
285,117 285,117 00000000000000012688af50ec664b8187b7712ce875a3d0df0017a157630a84 0.35 MB 817 47
285,116 285,116 000000000000000124078712676f63f30dea40102c1c8e54a241bf69e49e94ff 0.00 MB 1 0
285,115 285,115 0000000000000000db49c5e9572cb791f1507033ddeb21e833d63312ab0c874f 0.10 MB 211 42
285,114 285,114 000000000000000199f7fe86f2a01d9544654cb6285aebe1922e6da28b49e566 0.05 MB 105 39
285,113 285,113 0000000000000000bdfaa1ecfb3fe161d15abb1a1f477c4739209eb940ee4819 0.06 MB 156 28
285,112 285,112 00000000000000015117aec03a2b47a36202c7c5b5147e82cb889b44d95ad349 0.16 MB 378 51
285,111 285,111 0000000000000000f3ceb1d14ca355c049858f1879cb2ff2fcbb0b8ffa585dd0 0.23 MB 490 35
285,110 285,110 0000000000000000ae89cefa0763ed473a753f203080231989af835af703e6f5 0.05 MB 61 17
285,109 285,109 000000000000000054ef93e4c2c4693c5d78b258698564d57f4458d9668b502a 0.10 MB 219 65
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.84 GB sent, 94.53 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.