Memory Pool Memory Pool Refreshing

7,132 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
906,100 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 3,885 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,099 (716,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
190,034 190,034 000000000000078aebf31ca16ec12d4195c9cf7f3aa49184378a26c8c75a8f83 0.36 MB 1,024 152
190,033 190,033 00000000000005313b9c5e5bd8723a55306710733dba606e763adc2c092aabb0 0.00 MB 1 0
190,032 190,032 0000000000000145786edf714dd6ee18d319f0d7cdd237e090c46f942003441e 0.25 MB 562 129
190,031 190,031 00000000000006884a829e05a952bb105a8888f0ad0284f84cc53db33c49f462 0.10 MB 367 1
190,030 190,030 00000000000006584f73fec1ad6098eec581733ced684517a5b6a0418dd39e23 0.25 MB 404 102
190,029 190,029 00000000000003f904e77d7f6ecab37a4c18b2d37c68f28418d5c25f3d7f09ef 0.25 MB 680 141
190,028 190,028 00000000000004c66e27e69fbbd8bae7c7934e5c970a67a391a81c54cc597adf 0.17 MB 365 129
Previous 10 blocks ↓
Total Size: 766.11 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,390.75 GB sent, 77.87 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.