Memory Pool Memory Pool Refreshing

1,594 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,595 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (204,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
702,775 702,775 0000000000000000000ad616db418d60bc2ba8699c8f321d7bb2efa935b523bb 1.62 MB 1,145 3
702,774 702,774 00000000000000000006a23c7bf61b4148faf000c149b362a0ff375354d04fde 1.58 MB 3,665 2
702,773 702,773 000000000000000000034b6c95c8ebaebc6693a13fe2bafe83f0943de9ac937c 1.46 MB 2,643 8
702,772 702,772 0000000000000000000e6df2410aaf5944e2e586f6d45dd5f27efe021b909331 1.48 MB 2,232 12
702,771 702,771 0000000000000000000e34726fb9fe7ca6609c84fa74a90682280c57b497ddf1 1.42 MB 2,798 16
702,770 702,770 0000000000000000000198a62960597943e885604cdb40c689f628e7e2a9fd45 1.69 MB 2,155 5
702,769 702,769 0000000000000000000b25c57731d910fa453ce1ea890571b643ddae0cfc6682 1.21 MB 1,472 3
702,768 702,768 00000000000000000005daa0bca5763a5f3a849d6c0dda1df6765431ca1f7621 1.46 MB 2,581 4
702,767 702,767 00000000000000000002832abd18a0d5905fa0addc511b0c743653dee8de7f6b 1.56 MB 2,787 4
702,766 702,766 00000000000000000007eb75fbd287b08297d6f0585c88dafb6bc5cd5df4d6ff 1.16 MB 1,488 4
702,765 702,765 00000000000000000002d93db2ad932137afa696e7b2391cfe3fc9ae7385705c 1.47 MB 2,133 11
702,764 702,764 00000000000000000007b09d39572fdba4b92b938294ec100f6d588b6d8911d1 1.50 MB 2,653 16
702,763 702,763 000000000000000000002f2462142070b2e80d8d68df6b54f43d3ef7b388d04b 1.47 MB 3,225 14
702,762 702,762 00000000000000000003cd7f91dee706746a20423ce6d6059b411f9d3a1889ac 1.49 MB 2,664 14
702,761 702,761 00000000000000000000172350953ef881f04e6f6f135b1e0e85c0aef0eb2b30 1.54 MB 3,297 5
702,760 702,760 00000000000000000005592b56081ad88b86007be441f7f58ced5e8b673f1067 1.51 MB 2,275 5
702,759 702,759 00000000000000000005862b50d1faee6e7460e3d3857bc8a1b2bbf18c4f6b91 1.44 MB 3,014 20
702,758 702,758 0000000000000000000dd13b37ce4c288b5b69e3348fb40d6249586aa8c4b70b 1.64 MB 2,458 14
702,757 702,757 000000000000000000057bfb038a43d9b6118cd53cf62b99da6b1adb38f9ea81 1.51 MB 3,260 7
702,756 702,756 00000000000000000005c09689da68a97d33e2baa6338a36ef66d9141d0dc3fd 1.21 MB 1,263 8
702,755 702,755 00000000000000000008132062926f1d2e2030504e4f4a838527b4954aac9eea 1.28 MB 1,581 8
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.