Memory Pool Memory Pool Refreshing

378 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,949 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 375 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (801,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,652 106,652 0000000000004e1a81f771bc3d58583b2ea7309e4a5d212a4761e0b4d4e80cea 0.00 MB 2 0
106,651 106,651 000000000000131028eaea8912d8e26798d0f679731590cc962f0b1c6df0487b 0.01 MB 21 0
106,650 106,650 00000000000224529b9925d34ecbb10eae65e947382e818b92c2590cac003580 0.00 MB 1 0
106,649 106,649 0000000000005f57dbab5c0cd125c603ea75d682067a8778e6a22de00b459053 0.00 MB 1 0
106,648 106,648 000000000000a55d2d09372fab0ce4febf4d584e256f8e9730398974408769d5 0.00 MB 1 0
106,647 106,647 000000000001d8c819100524b10b04104db92a8bcc9a99a046c0c8bf5a330ca6 0.00 MB 3 0
106,646 106,646 0000000000021688ad3e7c4d65d5c6a42bc70979cc3f4dbe06b63cb38146cb31 0.00 MB 2 0
106,645 106,645 0000000000011c08eb07ca3abf743b9bdfd4470d1726a338e7a82ebcfb8ed385 0.00 MB 2 0
106,644 106,644 0000000000017be03e8b2ad89fbe8aa1dc9c5f7a13dee9b34a7e98696b25a525 0.00 MB 4 0
106,643 106,643 000000000002a6bfd9b6064c00efbcabb227bf41c0a65f96d9d3951fcb500110 0.00 MB 9 0
106,642 106,642 0000000000019f4bb4083cfc296243aa4b0cd74286766381c76b1b845f16fc69 0.01 MB 29 0
106,641 106,641 0000000000023b017828d867608c9c588bd6dd12c22a210e1e2844d80577a19d 0.00 MB 2 0
106,640 106,640 000000000000d20d0fcc7c22bf9c4d01af4d8a70d85d7ee16e1979d6ee96463e 0.00 MB 3 0
106,639 106,639 000000000002dd30ecd96d90367698b43165ee5766248ec080be340fa8e50755 0.00 MB 1 0
106,638 106,638 000000000001dbc7c7d00d19e9292744b3bc017c4365f2789b926208c3fa9cbf 0.00 MB 2 0
106,637 106,637 000000000002792236a22c81bdfffa718f66a6ab671f0673a990991fe41ce783 0.00 MB 1 0
106,636 106,636 0000000000024fa48e7c6ecb6ff54545d8453f6305b2903b2ef682277e329ebb 0.00 MB 3 0
106,635 106,635 000000000002f1d5e1b128b8f88e6288484333e5a08ca133c0ee35c203ed1041 0.00 MB 1 0
106,634 106,634 00000000000091f49faed9ab0d72675df0aff9a97df2f1cc2634346632ec33d6 0.00 MB 1 0
106,633 106,633 000000000002ef36c96f93af18e8457c49f07ac776a3a45f1be3546145143eec 0.00 MB 1 0
106,632 106,632 000000000000d753acd255e3f46bc906fe24afe7cc5b320745811ed69166c593 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.45 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,645.83 GB sent, 95.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.