Memory Pool Memory Pool Refreshing

11,305 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,526 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (718,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,212 189,212 00000000000002857ce25b966b9732a84d1c38aa3d5cf1d83e980dde82e83cde 0.07 MB 145 133
189,211 189,211 000000000000067a7c535fc4791a79862e4ad7301077137caa2bf9f5649f30de 0.23 MB 510 138
189,210 189,210 000000000000002434457257d6245557d9a4193cb12099ee763c989da5770a6c 0.00 MB 9 307
189,209 189,209 00000000000008d2137b52a2a3f895640eaad30a87da123424635e85de22f5a2 0.09 MB 152 166
189,208 189,208 000000000000007038c267c8e494df785ac980a82d321792dc58302e5cfee2a0 0.14 MB 347 132
189,207 189,207 000000000000003529644dc765213aff7c6dfd842ed751a4b64ba98c75dbf3fc 0.00 MB 10 14
189,206 189,206 000000000000002def9e4c58a0c38620187b8e6a5f9740b83790be02072cef91 0.05 MB 128 59
189,205 189,205 0000000000000802f60d38160946af5c5ddc156477247ac9bcb6fac29c60571a 0.10 MB 229 182
189,204 189,204 00000000000009441aeb91ff0ebe11ea79b1fc54d7fc4e4f13a4d85d8614163a 0.08 MB 193 122
189,203 189,203 0000000000000854e370ac8072f854e1f0c2085396604b12ce62787c23bc36b0 0.06 MB 183 56
189,202 189,202 00000000000005478db7a35b6a233e92ce0171b326f0bc73f373c407b31878fe 0.21 MB 523 404
189,201 189,201 0000000000000214aa1889a124a4cbc47d329ca12d4c3abcac9a8aba250ccf33 0.24 MB 519 126
189,200 189,200 00000000000008e8f8039903f69df6bd245b4dd75e6ab750805d96d4fc02b972 0.13 MB 305 115
189,199 189,199 0000000000000326b642d4e759e050a49a40a88d19d850cc9e4ad79c52f65167 0.17 MB 409 124
189,198 189,198 00000000000000908ce2319303af101a062d365e1eaff47e098477defeb997b9 0.17 MB 372 121
189,197 189,197 00000000000008a8fdcc0bac841cd1cfaacc8155b018a9f1221b58554dfe7ae9 0.25 MB 460 162
189,196 189,196 00000000000007709a9f4fb826c13d70baf715b0e401a44b6be30f16f7591946 0.25 MB 638 151
189,195 189,195 0000000000000201c0bbde91f83d49e76ca7c3e02d3ca0cb5a29cbe536df5f33 0.04 MB 95 105
189,194 189,194 00000000000001d5f2ec47b626d8faeb24a2ea534aceb54b6537fc4cf60db410 0.06 MB 76 97
189,193 189,193 000000000000018afaf117ecd76cca8f4e68550e8d5c8c205e4de442d2abf77c 0.04 MB 156 42
189,192 189,192 000000000000007533888b401da3dbc1ccaeab18858689dfef992cfb7bfc36cd 0.25 MB 602 122
Previous 10 blocks ↓
Total Size: 769.01 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,621.49 GB sent, 92.91 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.