Memory Pool Memory Pool Refreshing

7,621 transactions
3.50 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,957 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (717,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,060 190,060 0000000000000096f30522497713a6786833eb0d201c1608a744caee8441b07c 0.05 MB 103 81
190,059 190,059 00000000000004f8a7558e890cbddc7be941c7e42e3ec37f0de318426bdc022e 0.05 MB 117 67
190,058 190,058 000000000000023261d514ba54b9626079df898fbcbabb76ca8502f3b85f70ff 0.09 MB 148 90
190,057 190,057 00000000000008ebf028a1737fcc4884be0f5a1a7bf60c043fbcb19b247ef53e 0.03 MB 63 99
190,056 190,056 00000000000006a4782de9ba2e0d6f2949d3ba11063a085042e901c4246a1e4c 0.01 MB 22 0
190,055 190,055 00000000000003336b2a4f21d88a0883d6681d7ebc59bebd335bc6775ef452f3 0.25 MB 500 110
190,054 190,054 00000000000005a8df42c7ff81cd6891291f168e97216f4d9604ed49871e47f9 0.13 MB 398 138
190,053 190,053 00000000000006760e68bc9b534a7fb27ada0d70a3bf4263d334c9784744c2cf 0.00 MB 1 0
190,052 190,052 0000000000000511404b3e9de812e214f79862cd24c55c91709afa5ef3dd7a6a 0.07 MB 128 106
190,051 190,051 00000000000004ba0a73de58c296a28fc3af1be5c0ee80338dcb666a01d5c8db 0.23 MB 512 139
190,050 190,050 000000000000051535c78b21eb8466ef9018e31990fef6649fdd66fd9845ac80 0.11 MB 277 117
190,049 190,049 0000000000000553646dd5663bd5bf6a21db5d48a47c8a267a89eab6014fdab0 0.14 MB 297 127
190,048 190,048 000000000000047c5d98c76714aecb779c91fcfb9bbbbea591e6d0720b61e5a1 0.39 MB 953 199
190,047 190,047 000000000000029e25e3e4415fa81c929317ceb2c234f7ee976f8583dcb00173 0.01 MB 37 122
190,046 190,046 000000000000002a329b4437f4482027d51cddf0debff5b7ce256da0b257995c 0.16 MB 354 148
190,045 190,045 00000000000006b5e91b912f7535fb00598bef0efcfb6837b0653ded70f8693a 0.10 MB 237 119
190,044 190,044 000000000000072fb5b122f440e5b81548b48c897bd731b8b9f8b2a142772ab6 0.02 MB 40 96
190,043 190,043 00000000000003500db86a6bb61d50759de1bab39b2e70c483e0108ff900cb6a 0.21 MB 454 135
190,042 190,042 00000000000000e57a090fd0183296a8a79465d823b126540237fd5d65697bc7 0.07 MB 148 102
190,041 190,041 00000000000004eeb2126c46e83d718a11dccb58a97f8e6d3ccbcad800a1264b 0.25 MB 523 144
190,040 190,040 000000000000081fae6c240eaf083be1881b89eaef4cace26348d86792a6db93 0.02 MB 80 122
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.87 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.