Memory Pool Memory Pool Refreshing

5,410 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (91,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
816,088 816,088 00000000000000000000343d58ddd85e3df8692702a3faada7da3b7f00ec2073 1.58 MB 3,679 145
816,087 816,087 00000000000000000003a8826874dd846ed0dfd0fc3e8d2c2f6c61f6529ba80b 1.71 MB 2,656 56
816,086 816,086 000000000000000000046c1ef0ad15e9233603812e8b49a3255b5c47b1acd7e6 1.72 MB 1,420 51
816,085 816,085 0000000000000000000229d648906c89df168dbbc77be811b9d9d42baa5e2b8b 1.69 MB 4,012 88
816,084 816,084 00000000000000000003d26b491345c20f3230ed3efb4070c4a9ac1413cd90b1 1.65 MB 3,036 60
816,083 816,083 00000000000000000003658e52e15817a5b42cb2e8ac5ae8646d77be0a0b258f 1.57 MB 3,116 108
816,082 816,082 000000000000000000014bc93a96b2fbf0df29eaec806c8a47a70b5b55d8a304 1.77 MB 4,147 72
816,081 816,081 00000000000000000001c8a7d77cfeef92f143a06b9cb39cf3d4c9d65f664f2d 1.47 MB 2,815 136
816,080 816,080 0000000000000000000477ad84a8fc003ad0897792b547b3ef89cd3e25794f56 1.41 MB 2,380 79
816,079 816,079 00000000000000000001894684f770c95c35791bb8eda2e533f6c7509c4e3520 1.59 MB 3,147 112
816,078 816,078 0000000000000000000063e3416e78f64955b6b6efc392dbc319c532cb96e3e6 1.62 MB 3,187 119
816,077 816,077 0000000000000000000279955360a28b28ba8730aa9fc5753c77c58730b59093 1.62 MB 3,207 132
816,076 816,076 000000000000000000021dbc8f6dc3cc69349ae5dd3d3193f0834fb6b92f6a55 1.56 MB 3,079 94
816,075 816,075 00000000000000000003b656efd46a3e96230ac111717c345097ba552c0f900a 1.48 MB 3,658 87
816,074 816,074 00000000000000000001f371dc38132589deeb2843de9bcdd1f417ea8ee0159c 1.66 MB 3,873 81
816,073 816,073 0000000000000000000188260a0af3a07edd20110c1efcc3017cda4a7e7c70b9 1.60 MB 3,565 117
816,072 816,072 00000000000000000001eefca325fc44bb4946e97df4e15b6e0a5c4d005be09d 1.64 MB 3,394 98
816,071 816,071 0000000000000000000095acac310aea95371dbeac860052f4a1b83365ab572c 1.76 MB 2,947 74
816,070 816,070 000000000000000000044e758c0bc27e15de196600819b614f7f8904f4f6c26d 1.54 MB 2,784 129
816,069 816,069 00000000000000000003b9aade321c95aacb5102b626b3b3a5114a5baf06f6cb 1.60 MB 1,255 99
816,068 816,068 000000000000000000033e91c54fc87d194911168d3a28fd98f9d2b408fd32ac 1.47 MB 2,593 145
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.27 GB sent, 93.06 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.