Memory Pool Memory Pool Refreshing

3,182 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,964 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,839 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (700,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,437 207,437 00000000000001e787c34c459a1a29a66db67439860ee0dcc371a5408f56689b 0.06 MB 139 200
207,436 207,436 000000000000008e121f7dcb79c55cef60a8745d8372100e0c2e5de518e382bd 0.14 MB 343 193
207,435 207,435 0000000000000263de1d6288c05b95817c0024c2cb714fea446af83ad7904108 0.01 MB 9 25
207,434 207,434 00000000000002a2d7e759b86e4227eb75fe12b5d27e576fafcdcd80612ac2e7 0.00 MB 5 35
207,433 207,433 0000000000000486cfc629691a61377252b5d9ea6a36fa6a9a44d12631369a4a 0.02 MB 54 165
207,432 207,432 00000000000004b6fb34f124a9650cb50ff08f8915b233c85686a2877e3826ba 0.04 MB 80 199
207,431 207,431 00000000000000ed39e3ea1c949ecd9eafd236f8f1f4fa5bf13d2a691332a9ea 0.02 MB 39 216
207,430 207,430 00000000000000a38a4d5a761cd5a3f4555a9190d71c1171e1b88d790746af6c 0.03 MB 37 99
207,429 207,429 0000000000000443f825033b7db0fcb69ac4543a0efe080a358456d42b580cf8 0.04 MB 110 194
207,428 207,428 00000000000000db076eff9c3aa40d102d1fa43c928723aada7be75567d40224 0.02 MB 48 147
207,427 207,427 00000000000002a1f7aeea0f738c822be9b351f8b67410f8d65361d75490e714 0.02 MB 62 172
207,426 207,426 00000000000000cff625657154d0b50711dd68653d5c46aa4fe3305ffcf49bb7 0.00 MB 14 23
207,425 207,425 00000000000001bcaf951a8f20dcff1f2ee880e6114b3b38c5ee7bbe69f7c8ed 0.16 MB 431 194
207,424 207,424 0000000000000190a549c54e48f884b106a43797502e277a8a56e2b958808427 0.24 MB 657 197
207,423 207,423 00000000000003e9eac163d318ea8e62dd3e9ffbe72acbd34206b01ff62dff80 0.04 MB 94 119
207,422 207,422 00000000000001bac881d15a47c08bff279c71b8b1ef1ef8a134f3924f7b513f 0.18 MB 443 176
207,421 207,421 00000000000000a8a282618ccb2517ed681d8fdcc31770b9b5fc0531b9fa77aa 0.03 MB 67 127
207,420 207,420 000000000000043bafe50e5df24cba5b0602f76b525d33448370d3136f3b7e07 0.13 MB 191 534
207,419 207,419 000000000000000d537bed4b1c4adebee1962fdc38399910d11294c36739481d 0.25 MB 560 174
207,418 207,418 00000000000000010fe8c219e1292416bf619c5c466581ca6a606a9c0a9aef2f 0.02 MB 57 73
207,417 207,417 00000000000001dbb6380bf484dd4c1d3e0f3de8c45e918b455abf7cb7f477fd 0.25 MB 696 336
Previous 10 blocks ↓
Total Size: 769.48 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,646.37 GB sent, 95.33 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.