Memory Pool Memory Pool Refreshing

7,294 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (761,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,909 145,909 0000000000000728356283580d659a0ec30b063954fa2ee111a23ff9dd4a01b6 0.01 MB 43 190
145,908 145,908 000000000000093e1b00b9cb3c2d4ce406f0c422a5716fced03f7adf9bf6d1a9 0.00 MB 12 193
145,907 145,907 00000000000006f04eec99f12eab6259edf0eb7d0aac3d5b3e43678a404d5372 0.01 MB 10 169
145,906 145,906 00000000000002d36b63a2b3cbe6ad7ddf7d8edc1dcec7e83073e9287f5a3a25 0.00 MB 13 83
145,905 145,905 00000000000007028a7f5a0356a2da8f743ffb5a614eba1857e33c43a0fcfe17 0.00 MB 6 91
145,904 145,904 000000000000068cf9f627a87507626251f5aea529d1f67a9a50b4a40b1a9b56 0.02 MB 33 62
145,903 145,903 0000000000000909f56a8e9294017a668c08c4b7c6ac69050167c9e646f3208d 0.05 MB 164 59
145,902 145,902 000000000000006957367c3301fdfbe0ccb665009eda720742d2f1f676cc317d 0.00 MB 11 0
145,901 145,901 000000000000059527d3325269f1cb8e6577e10ac6ed7b97173a2621b892dabc 0.00 MB 4 117
145,900 145,900 0000000000000639fd67cf8f1eefb9dff5bd247edcb65c8f2548622aec4eb9c5 0.01 MB 40 158
145,899 145,899 00000000000005d363bbdc3b1dd00cbbeae44d39b2573368f38dcf299909b7a9 0.03 MB 69 130
145,898 145,898 000000000000053d638966be2b18bbe2e13cc70647f551cf4de84893258da88a 0.04 MB 104 96
145,897 145,897 00000000000005d47f2371862f64f511a5d7e902ededeebbd3bdcff3fc51153a 0.00 MB 1 0
145,896 145,896 00000000000005096c2ed7c8a57e0e7aaa2d4e34f5dbd324632c7a86eed252bb 0.01 MB 20 172
145,895 145,895 000000000000093dd9d3f2e2868769747e811da260e02b461251627db686dfff 0.02 MB 39 25
145,894 145,894 00000000000004a03b22c6386ec169a277a4a30fefe1450094b1580c2c15daf0 0.01 MB 23 97
145,893 145,893 00000000000004f9b07b7fa59ddce288fcfa258fa30f81646c58e92bd0525df3 0.03 MB 71 136
145,892 145,892 000000000000082ace362542bbb044a288b9725a894589b2133e7a7c818b9180 0.02 MB 35 45
145,891 145,891 0000000000000236abbf0224e4dfbcb9add20e0333ab998252f032f2ba358e09 0.02 MB 79 79
145,890 145,890 000000000000064a6ec2093d1b5f7711f7c8754684f93c1c1a8074536bb83179 0.01 MB 38 46
145,889 145,889 000000000000013ba58bb19baee71f57672971ff1c34770d902542e9353aa5e4 0.00 MB 15 268
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.