Memory Pool Memory Pool Refreshing

13,679 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (548,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
359,103 359,103 00000000000000000985e7c150d51b0334ff6eaeb59dad8b4de8fd34d63485f6 0.75 MB 1,936 36
359,102 359,102 00000000000000000928129df1a1224552843c93f966da7a5d8d9f0bcc9e5849 0.32 MB 576 19
359,101 359,101 00000000000000000c9a10da91cb897fe2b5c6ff7afb156b680af0728aa0019b 0.75 MB 1,021 18
359,100 359,100 000000000000000008b728914814d4fefbbdfc29ed3f0862d418574940ae831e 0.99 MB 2,634 35
359,099 359,099 0000000000000000156a0789f8b122b24929c9359a0d414693a831ab3fd23fc9 0.35 MB 620 27
359,098 359,098 00000000000000000846a4b72e37ba8362b3767415741d522c990e43d81cb5b9 0.44 MB 289 8
359,097 359,097 0000000000000000065000d5a1a3928310577dc2ab35a4e2d62dccdc2bb78a28 0.75 MB 1,014 16
359,096 359,096 00000000000000001367c542943e80442727f61aef4f5fa33bf861e5324ed199 0.36 MB 1,070 37
359,095 359,095 000000000000000004e88b1db52e66b4e9991cbe4e9664e3676c7469eeebc3ef 0.47 MB 852 27
359,094 359,094 000000000000000008c2fe90af6b191e2dcbbabb346fd05383c13ef539fd7182 0.40 MB 823 24
359,093 359,093 00000000000000000e574e63a8cc73ea1aa803beebf0f85f576e15ce9ce831c0 0.69 MB 1,480 41
359,092 359,092 000000000000000015a07da8803efa228ea940d9890692e9b9f4a1ace39a2c9d 0.19 MB 202 11
359,091 359,091 000000000000000006b56b537e2e14677206d15d53854949c31cf4f4a9f5fdc8 0.88 MB 1,543 23
359,090 359,090 0000000000000000143a113e8f34c32cb35a0e373f7b407790a2e972ffe6331d 0.75 MB 1,539 32
359,089 359,089 00000000000000000cd77586bc845249c8851dec97cb97364cd3e974eae01980 0.36 MB 539 31
359,088 359,088 0000000000000000169d6d82080b3db93900c5a8d96dff0fd749d0ff8916e5c3 0.24 MB 311 65
359,087 359,087 0000000000000000144d4f7428f8b83d6aca4df6a168882e2ac363a8e534aa0b 0.48 MB 257 6
359,086 359,086 000000000000000007d9e4c2cddcc545cb6953ddd090cb782e5ad8bca208622d 0.52 MB 1,010 29
359,085 359,085 000000000000000013e6c4d3f19ce6f3001c96a4a82d6d1ddff1fa6c5e9ca3d0 0.75 MB 1,439 26
359,084 359,084 00000000000000000c809a35cb099a11762164455fd880d1f8da27e56f388c73 1.00 MB 1,649 23
359,083 359,083 0000000000000000004b44296a0a71ed1c799e5c354e5732af01d1a3515906c0 0.32 MB 1,024 42
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,614.60 GB sent, 92.58 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.