Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,872 (205,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
702,664 702,664 0000000000000000000ccb7c6cd591bed7e86c25fcef59c860206dbc4d1cd9d6 1.29 MB 1,916 9
702,663 702,663 00000000000000000003232ff3c9ea2a20d9a415ab6b407390eebff80e74dd84 1.33 MB 2,162 14
702,662 702,662 0000000000000000000ec1908681ca6f7b9dc029f58f0c4410095eda1ff4d3be 1.43 MB 2,088 5
702,661 702,661 0000000000000000000a5f2d61564aa33f9ef1141c79ce953c8a1340f46737d6 1.37 MB 1,534 6
702,660 702,660 0000000000000000000d21e4e80730fdd8da2d91ae4e98093526f52c3195f6bf 1.34 MB 2,130 8
702,659 702,659 000000000000000000092cf64f68e68ff7786244b43f924947939a1e1460599f 1.51 MB 2,638 11
702,658 702,658 00000000000000000002a473b0ff3ab0ee47fa1a96029b408cf6948028985428 1.28 MB 1,230 11
702,657 702,657 000000000000000000092c39a64edd0ac242b31397001f1b7b26070f80819b07 1.56 MB 2,090 6
702,656 702,656 0000000000000000000cabe67afad77c5c856b412aec937893ec5daa465915c0 1.50 MB 2,007 8
702,655 702,655 0000000000000000000793b8c48babe4d71009a29b6a39bfa2393f7b9f93ba4c 1.40 MB 2,371 8
702,654 702,654 00000000000000000005261d2f2417bf350cabf4de97c97cbd181fc73eee0892 1.45 MB 2,620 21
702,653 702,653 00000000000000000004ec3c28520d79fb907054ed47e68e039726fef30b5f32 1.29 MB 1,703 9
702,652 702,652 0000000000000000000aca0a1406539380387e9f092a53d2a3e9f045ce3a05f0 1.51 MB 2,413 19
702,651 702,651 000000000000000000006b1619bd9af9cb76a7e41c0427de6f5e475e17970fce 1.50 MB 2,229 5
702,650 702,650 0000000000000000000bdacf34fcc61ccc4f11f4d1a4a3f02d8d81aac5561b69 1.56 MB 2,828 3
702,649 702,649 00000000000000000002119082e11301f5c0075d2ccb09efb5e7052e3df6bd3b 1.65 MB 2,844 5
702,648 702,648 000000000000000000013e36606f282934ac72c73a14da4f35e3e3928ed1ad73 1.63 MB 2,238 5
702,647 702,647 00000000000000000009a79612aac21139fd6b72a0fc64d13404c721bcb70aeb 1.60 MB 2,378 9
702,646 702,646 0000000000000000000d83ea2b896dc29bd6f8012190051d9bfd799db2d2a4da 1.40 MB 1,816 6
702,645 702,645 0000000000000000000b4ff4662c479b8d49448ced5b77be9dee570bf4784f86 1.52 MB 2,280 8
702,644 702,644 0000000000000000000b94c4474095b67c66e5ef69c2f7022d24d93638b6f6a0 1.77 MB 1,302 5
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.