Memory Pool Memory Pool Refreshing

7,493 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,259 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (701,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,505 206,505 00000000000002229cbfac5f1882eec62901bb31790e6f561c5b24d447803afe 0.08 MB 178 141
206,504 206,504 000000000000021139f88784d930278eb67a039c4e03c1cc18683025b5559c54 0.07 MB 232 122
206,503 206,503 00000000000002b5e0895db74362bd9b082153668d439686326fc8e5ccfc1f2d 0.15 MB 385 225
206,502 206,502 000000000000012b7d43de4612d9c29d329d59df2657f1ce35a9092a41e50913 0.15 MB 270 157
206,501 206,501 00000000000000cd9ded7dcffa40b1da8d79821bc4dff95b272380e5d1d13d14 0.06 MB 138 184
206,500 206,500 00000000000002e26a33982c8b2f24a6632e72c50a012adf0f659dbdd39508fc 0.08 MB 234 211
206,499 206,499 00000000000001064014705860cd5086e20d67f440f458b8c0d3cfd5315694d8 0.01 MB 28 183
206,498 206,498 000000000000008889682ed36d6b517b1c8e9e7755f87e9b91dcd6ccef6eae17 0.05 MB 135 1,023
206,497 206,497 000000000000026168ea696097181552e4c5415764e94e6c6d789f97c7408b55 0.04 MB 65 118
206,496 206,496 000000000000018e4a82ace607cd18feab405a21d612d62d2058fa5e4092fa69 0.12 MB 186 170
206,495 206,495 00000000000001df9f9fed0e96d351623d31efedf7c23ab594799939840bce80 0.03 MB 87 44
206,494 206,494 000000000000047a390df45411bbcb1777bd85f7e0b287e79b48f19606efed30 0.02 MB 57 55
206,493 206,493 0000000000000188994a6ece651c2b494057c3f5af48b9608ef164261442539f 0.10 MB 257 210
206,492 206,492 00000000000002b3ba2c1fe4a68f3a80c6f5fee39fa9420859ff1619c6577b9d 0.08 MB 183 222
206,491 206,491 0000000000000497e05638670f31d055f0698158b3fb27f862977b1b0212d749 0.08 MB 156 122
206,490 206,490 00000000000004e0b5da7f285750b81443aae6a916cb1e5ac6208c76ec08d135 0.05 MB 90 99
206,489 206,489 00000000000001ed301a555fb4a0192687a421bb9e48cce8559ca930ece6ef3f 0.25 MB 464 141
206,488 206,488 0000000000000284a36c68f6763e56fa243859da614b07bb3afefa0f7e2503d1 0.04 MB 149 52
206,487 206,487 00000000000004585e256ca6e3d9ae1ee8ba3c09d7619f4513e7f682415e7f88 0.10 MB 254 193
206,486 206,486 00000000000004ceb4ae6db537f25a317bef5558774c47831b9947215330e280 0.33 MB 606 146
206,485 206,485 000000000000025fd8c7f8447168e209ba93c6c42e2a422c57a105b92c450de8 0.02 MB 32 251
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.