Memory Pool Memory Pool Refreshing

8,328 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (747,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,402 160,402 000000000000095c00a2cc236d9041db1d3b237b22a665a665ef13921a54198f 0.00 MB 3 0
160,401 160,401 000000000000034c0d4f6975272cc42c918149c891dcf278f423b5a1effbe86c 0.01 MB 14 39
160,400 160,400 000000000000059d7a720f3e7a7c95cc903ad33bfd6da365020581d15f705757 0.01 MB 44 69
160,399 160,399 00000000000003ff3312d7dc1ca2736aa8708ab8992b854434c0cbf121f7fae2 0.01 MB 14 18
160,398 160,398 0000000000000d236a4c4a23c5f1227e5201c96b1a54444848201950fd202a9e 0.02 MB 17 13
160,397 160,397 000000000000017564561f043c849790919169041bebb685e4aa2c7a00c9cac7 0.01 MB 15 12
160,396 160,396 00000000000003b1a0e7275b2a242d0105ad1d13e50fb5a2ac395656bc55d4b0 0.02 MB 55 224
160,395 160,395 00000000000000d9dfe30efcf836f80f1ddf0c113649e5bbee0995687b095d0b 0.00 MB 12 33
160,394 160,394 0000000000000d5e11722e32400f4aa387807a0cfc975d81e6b141e30a681c76 0.05 MB 106 175
160,393 160,393 0000000000000427f626b8df66290b7aa43091f88664ee780f93eadf68e4ab64 0.01 MB 11 877
160,392 160,392 00000000000004794cb7ab5e5c8a850ab47c151e0d763202841359e06fbf2e76 0.02 MB 40 109
160,391 160,391 0000000000000092bfa46d92ebec02ef56322b6f6907536e0eb36dc8ffc1ed87 0.01 MB 18 84
160,390 160,390 0000000000000832e701145bc8dfdcd89029b7e147e13382b3956f46450db654 0.02 MB 35 243
160,389 160,389 00000000000007384ea3035a9a0f2cfb8e2122cc541dffd0447510de5739beab 0.01 MB 12 483
160,388 160,388 000000000000018e5acc5bd05a471d83b02196f8032883713a42c9d33f302fa7 0.04 MB 106 62
160,387 160,387 0000000000000ae8482871bfcec744c88be654ec87bf513aaf1d117f64e9b4e7 0.00 MB 6 57
160,386 160,386 0000000000000743cb3520ea3489c9e023bd0b134769ce173f23e06c10f611be 0.00 MB 13 0
160,385 160,385 00000000000002ee99ebc674c3473c9c65fc787be8495dc917dc18a4918e7f7b 0.18 MB 50 61
160,384 160,384 000000000000064255c893c3234f8f14cd5748ebee47017fcbf8ee7d817538ab 0.00 MB 10 679
160,383 160,383 000000000000057c2870649b0a8d01e6fc61a17260c28e34f21efa7fc64cae53 0.01 MB 22 74
160,382 160,382 0000000000000a2d35a561b3d6015f6fd29216bde1660a0ff5fb9e52cd38f460 0.00 MB 4 36
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.