Memory Pool Memory Pool Refreshing

3,318 transactions
1.72 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
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,008 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (710,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,910 196,910 0000000000000442efbda5b8d01d7f660c4980629a3310b3e5f92807f9e60334 0.25 MB 681 191
196,909 196,909 00000000000002c8b68e9fda0462d4216aefd3afa0f626b80c8c4177693d4e92 0.06 MB 128 312
196,908 196,908 00000000000005f67721bf6972d8a58749701cc307bfdd03ec9c36605cd8a54f 0.03 MB 86 452
196,907 196,907 0000000000000046bc50614f6a837b7673dfec2bcbd25b70f8bad70fb7c78847 0.01 MB 19 334
196,906 196,906 00000000000006c72da6cbb3809bdc1131c1e119cc5f242f6c7f92194e12961d 0.09 MB 209 164
196,905 196,905 00000000000006b73cecdeb1230afc588c061a66b855afb194f31dc858b20f73 0.12 MB 256 383
196,904 196,904 000000000000023dc5a307f94c4f439396e6c43dc22b251a2e28dd06dce9cc70 0.08 MB 169 239
196,903 196,903 0000000000000617f6b47d1535854c76890691cd3891ee17ab46e5b9618dace2 0.02 MB 87 210
196,902 196,902 00000000000004a85778b519355974be10be2b2e0c25948d5096ef0a225cb67c 0.02 MB 48 176
196,901 196,901 00000000000004db12b7946768ab71002c96410b74defa77ad6bbf560f7c7c1c 0.12 MB 256 186
196,900 196,900 00000000000006ae310893adc0a66d336195c55ed2588bbea18e08db3d80fad6 0.13 MB 295 248
196,899 196,899 00000000000003e1adde0e1687983fd1cc1d0693dd9d5ac0dbc50ca8c9d8808f 0.12 MB 256 302
196,898 196,898 00000000000000829c4fb3b270f8c48ba7f1301d95bed1e838d72d3e2ad20662 0.14 MB 349 602
196,897 196,897 00000000000004c92c656d9d9511968fe8b16e105d038651a52890aff50adfe8 0.03 MB 67 144
196,896 196,896 000000000000035152633a1e20389c8672a01072eb624e5176b78a02eea0fe4b 0.18 MB 317 231
196,895 196,895 000000000000058dd3a452903c033aa8658d194a2094c600c6f36ca8ed8a6d79 0.09 MB 242 323
196,894 196,894 0000000000000217e7da50f4e321e0f22e36907b757654bfc1c4b2f1cd5868f6 0.09 MB 183 102
196,893 196,893 0000000000000662e545408750cace601fe58c07794fe45dd55a7a2365a047e1 0.09 MB 178 498
196,892 196,892 000000000000031cb7e30e61258925f2137a30ddbd97f8e61b514643566221d5 0.10 MB 282 407
196,891 196,891 0000000000000485e62fcdcc3122b6e6bd0bec5b939f14acbb28ca9198a570a2 0.05 MB 142 373
196,890 196,890 00000000000003c036b7b8fc88624305be518a3ffaf9aa44e8b0fcbe0511d354 0.13 MB 200 242
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.