Memory Pool Memory Pool Refreshing

2,246 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,963 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 2,243 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (757,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,524 150,524 0000000000000b61e5bfbfe834af5e2904d6f0ab1998b95de53e2f628a40cf14 0.02 MB 55 118
150,523 150,523 000000000000067b50018665b2eb00b09dd011d929c769634cb93970a7dedcde 0.03 MB 72 10
150,522 150,522 0000000000000a967785aa28c5c86049cf64374cbb4dfe67cd03f0ad1ded6565 0.00 MB 10 330
150,521 150,521 00000000000004f1978d3b2976fb8d888213dc66354be1750c7a74050741f7aa 0.02 MB 24 5
150,520 150,520 000000000000068956c23edee2b661b22eef6f8589cf5cf9f823f4ac86e1e829 0.04 MB 38 136
150,519 150,519 00000000000004da5a8ddd142e3a8a845102e69e0b19211e1fd9ed83d7b68867 0.01 MB 30 170
150,518 150,518 000000000000027fba64c4feda89d5f843af6f43d707e7f1922463a75d701ee2 0.01 MB 23 263
150,517 150,517 0000000000000a324345396ae691b163485badf746711e49fd756270d92e032e 0.02 MB 40 166
150,516 150,516 00000000000003891997e685b77129c9bed609c81efadc8d34a031de20c141de 0.02 MB 73 72
150,515 150,515 00000000000009ffbb65cf004ef4d27d72e4a30aabbe374bbb0b8ff54018bf5a 0.01 MB 6 9
150,514 150,514 00000000000003692e963c5080f2a16944462a42a62d9c3d95d20a558ffef640 0.02 MB 55 96
150,513 150,513 00000000000001960dd2013f56e9519dead742c794db9d403e2dceb7d9f5a69d 0.00 MB 1 0
150,512 150,512 00000000000008cd29421674d5b4a5bd07886600a6432122777f36928b754930 0.04 MB 60 284
150,511 150,511 000000000000012f2aa511148c4a7ebf67dd81a634ec62ca9b4b6e4578df8f4c 0.02 MB 40 87
150,510 150,510 000000000000037cd2b8545ab9155f80901794a1941959f89cc4b65c07ad300a 0.04 MB 135 84
150,509 150,509 0000000000000610153288ce642934293b020e796c53d14fdab92503c24982d1 0.01 MB 37 30
150,508 150,508 000000000000071a39602089f6c9c73d425220a7c8a0b1a1e69228fd52169ab3 0.04 MB 65 193
150,507 150,507 00000000000008f8329e0005cf4173a3e7981ea5bfab48b44295c007997b19f9 0.03 MB 65 593
150,506 150,506 0000000000000447a3850576798baebdf070a567e9fdbef54750de76bfad3656 0.04 MB 115 37
150,505 150,505 00000000000000339b05aa503a1f77a5b9d7aa958f9b631b608b13fec19d90bf 0.01 MB 33 65
150,504 150,504 00000000000006388f291898a7a97b3d671fc94faea048e2c85bcf5aa0eebd2a 0.02 MB 50 161
Previous 10 blocks ↓
Total Size: 769.48 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,646.35 GB sent, 95.32 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.