Memory Pool Memory Pool Refreshing

13,515 transactions
4.79 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,961 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (751,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,134 156,134 00000000000001b43fe366bf82f4e42ab631ee67cb5a34f8fa7b049b7ff51764 0.01 MB 34 115
156,133 156,133 00000000000003ee7cf85372f3e4a4ace79a9fe29ba27dc56cddb7e1a4a699da 0.00 MB 10 385
156,132 156,132 0000000000000bac32dc405589a036ea53647782ee715101c145ea506429fefa 0.01 MB 37 77
156,131 156,131 0000000000000d77570e6b72ae54271903a3c2cf1d02b5d2b26e09eb334b1a61 0.00 MB 1 0
156,130 156,130 00000000000008e9239ce1b29b381ee77568c9504f958629a34d59f4a8d6675f 0.05 MB 106 8
156,129 156,129 000000000000078b5b356d265e9b70fee873b8929ead0fa97e5d6fe8ec53765b 0.04 MB 72 82
156,128 156,128 00000000000004e9f95c313420c2a583f8a3315520235917de6a27e051de70db 0.02 MB 69 52
156,127 156,127 0000000000000798385268e718be842686960d7a72d7bd8689072b54f93a29f3 0.01 MB 16 182
156,126 156,126 00000000000001c965c1590173530c1a39f4dc9f6d0421449213868febd1ff79 0.02 MB 35 108
156,125 156,125 0000000000000494ff217a91463b3c0f06b50e9347b6f07645ccdb2f10ead979 0.00 MB 9 107
156,124 156,124 00000000000005e99e16780ae721b1ccfffc49f8de7eb715eb114135ab718e97 0.02 MB 45 122
156,123 156,123 0000000000000261b82ae642af6e1fd1dc1bbab59be2a92f0796a227fc4f1249 0.03 MB 96 12
156,122 156,122 000000000000009d4dff00289a461df1cce96b8e25b4a0c23eb4de5635d939aa 0.02 MB 26 83
156,121 156,121 0000000000000d8088b35a6d2752e802a554fafac057bc2ec4dac9c48dee192a 0.00 MB 17 12
156,120 156,120 00000000000002a9ddf5c87326abf0c42b047841509016cb8d6e7589b4df9b5f 0.01 MB 24 313
156,119 156,119 0000000000000e0db874c56fbbe2a23fd2d9acde162e0a8557fe0357bfa1b6ac 0.02 MB 50 78
156,118 156,118 00000000000002180b772c87f78b58a100d19b87867076c75d82fd1b7d2c63e5 0.03 MB 51 110
156,117 156,117 0000000000000993427fbf301245bae27714e0aac3b990c7a95f61af3aa8742d 0.00 MB 1 0
156,116 156,116 0000000000000ab6530ec526d936d05e29b57fbbf27fbefc27543e785b6b81d2 0.04 MB 132 0
156,115 156,115 00000000000004f0458390b78eb1675f17d5dc9b764d1bfd045072121fec3691 0.00 MB 4 115
156,114 156,114 000000000000008384e9d6e4e0c6266e824d90ed3e7f7b59149799cc697613fd 0.02 MB 71 9
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, 113 incoming
  • Data Transfer: 1,624.73 GB sent, 93.00 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.