Memory Pool Memory Pool Refreshing

11,337 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,221 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (728,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,204 179,204 00000000000003404b3bb3e123c038a25d4ea27ce0ece187a98d33277209aa6a 0.01 MB 19 0
179,203 179,203 000000000000078121ac3cabf327f09cb00a37c50c20c40053febc4018b1ecc8 0.02 MB 38 72
179,202 179,202 000000000000036ccf9cd6b8ec521b02aaf1d7d883f5a7a36baebb85491ba22e 0.04 MB 96 60
179,201 179,201 000000000000005492b343a685d7516ae51c1c685f0170e0336c3e76b7971586 0.08 MB 145 543
179,200 179,200 00000000000002db4324a4882135cb41d3a4f4cd4c84ffc3b43fa7fa86f886c7 0.02 MB 39 124
179,199 179,199 000000000000099303663bcf6268afc4a9f7f2a70766a564a7c7f341c0bfc1b0 0.00 MB 8 35
179,198 179,198 0000000000000acc25457f0cf3a48a392e7f1cde58a4481f41e69e8f595f6098 0.07 MB 169 195
179,197 179,197 000000000000006b4087fe164d674a6f76a3c2b829216b99e1a24c1e083c1634 0.00 MB 6 0
179,196 179,196 0000000000000888d2f2dc3121896d30835252a816698bf819bed0acc30cb28d 0.06 MB 118 143
179,195 179,195 00000000000003748a6ee67a3d4331550ed7de1db28e84d20849236a52b56c5d 0.04 MB 97 80
179,194 179,194 00000000000009f8e77b5c5f0a5da54d3d9aa4963ac2e965c88c0d07e784729d 0.01 MB 20 67
179,193 179,193 00000000000002d78243895b45e00567a51920ed579a7def36629a5493eb599a 0.05 MB 108 99
179,192 179,192 000000000000093dda9834316d1651954e761c0ab7210044d580763fb316ba11 0.01 MB 25 198
179,191 179,191 000000000000092bb3f898089d59e26be4faf7c7d0bf76e6598a5d4829441000 0.17 MB 385 114
179,190 179,190 000000000000088b455cfdd12afa359e87dc55fb36f55a26b6ab7a6a84d14216 0.05 MB 138 128
179,189 179,189 00000000000007e1705e57adc7b1fbf7a501f886294c3bebc635d3cbc63919c0 0.02 MB 66 163
179,188 179,188 0000000000000a92be4ff9c7589a264f03a16d99e9561c5b5fb5a155edcdfb7e 0.03 MB 76 146
179,187 179,187 00000000000007fc74562131d642e0cbcd53877f017ebece172c1d0277670b6a 0.07 MB 163 325
179,186 179,186 00000000000001b3c242b9386c5ecd1e65223b746fb93ce1eb7c34279500e451 0.07 MB 127 109
179,185 179,185 00000000000006f4af4a66e6d5b7d0f4c7591d20160586c7c11c869a289e9a21 0.02 MB 43 132
179,184 179,184 0000000000000235b7c8ab1a0e683a93115c1910932a205435d612061ec6df55 0.01 MB 34 176
Previous 10 blocks ↓
Total Size: 769.29 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.50 GB sent, 94.38 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.