Memory Pool Memory Pool Refreshing

671 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 653 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (717,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
190,039 190,039 00000000000007acca257f7af4e74549fea10c9c6ab226a1bdffd6319da66c3c 0.42 MB 695 131
190,038 190,038 000000000000001382418d71d64abf5e3a3f0b3c13629d6ba944efc37e142fad 0.25 MB 687 139
190,037 190,037 000000000000009c8a6d1f94c8c6c2d0da83bfcfa956aa785b357ffa9a3753a3 0.01 MB 24 5
190,036 190,036 000000000000015a8c0df33593d5039d3f8ae6bce558023c69613b369364ec95 0.11 MB 346 155
190,035 190,035 00000000000004bd3cdc9c307ff71e704bc65965ffa502ad6d68a285302572b3 0.07 MB 237 10
Previous 10 blocks ↓
Total Size: 769.15 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,632.60 GB sent, 93.62 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.