Memory Pool Memory Pool Refreshing

6,936 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,576 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (788,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,827 118,827 0000000000002d533ff0e59ee25496b4f403d8ce7b4b7fcd9181dadad8f625b3 0.00 MB 9 0
118,826 118,826 00000000000020d4a2fad35725cf183adb345c01bc67925a610ebd16fdc94d0f 0.00 MB 7 0
118,825 118,825 000000000000223bc4b1155ed3cbac59c14a7a899831d1f4c019c52bfda97d14 0.00 MB 10 0
118,824 118,824 000000000000a5dc0ecabb360edd56227504d78e05d6998aaf81933b529d38a5 0.00 MB 12 0
118,823 118,823 0000000000000325a5b54d4b2e56b2962355d5a314d3af402b007c5f0877b02d 0.00 MB 6 0
118,822 118,822 00000000000094f03c0b9e8ac08449930bf9ab0c97f4b08c7012593252bc12fd 0.00 MB 11 0
118,821 118,821 00000000000074e616b426f5dc934120a9b9fc4e61008f18c9ed69631d772171 0.00 MB 11 0
118,820 118,820 0000000000005a5b2bc91f88053870c5ab90dc2b57e5913f7686590beb1605cd 0.00 MB 6 0
118,819 118,819 000000000000a2b902daae0be9e5b17ad3a940f672f256874f3a7b94afa45468 0.00 MB 6 0
118,818 118,818 000000000000b871c4a08257a74e78070ccd7f9ce21ed251bd64e2f7e0cac3f1 0.00 MB 7 615
118,817 118,817 0000000000008869cf45cae7714495a5b260830ecf1a615622d28ff61e04ae45 0.03 MB 106 0
118,816 118,816 000000000000b4974538267d1c97c15eb2a977dbc6b73a54c1deb7e2ee9eedfb 0.00 MB 4 0
118,815 118,815 00000000000060f56015ec7676668fc06187bc55748550e59eafc92e940ed7df 0.01 MB 8 0
118,814 118,814 00000000000013a354b876bdda4b13e14fdcdef0ee7fdd55005a592aa95b2ec1 0.00 MB 11 0
118,813 118,813 000000000000c396336ec55a30772895d64cfdaf6e1c8c28dc3f8116b3366c8b 0.00 MB 5 0
118,812 118,812 000000000000a361971f61ed5d707507afd2c57298d4f4d81b834771b99d7633 0.00 MB 1 0
118,811 118,811 0000000000002245f9484c5d807a6742039e0f1bc5f227b0e16a85e4f88670e0 0.00 MB 9 483
118,810 118,810 00000000000092acbb934ff712704125fbdc60ec079b5958f44d65b4a1aaf16a 0.00 MB 12 0
118,809 118,809 0000000000006cbc1489751526a2f12becdc629be2aa0ab43486c75eeb75681e 0.01 MB 30 2,054
118,808 118,808 000000000000187e0aa2980fad5b440255921ac4b4b574137ee4cafa99befc34 0.00 MB 2 3,891
118,807 118,807 000000000000b70349833b85582f861b8ddf4f7507fc8a14b5185bbd9144cfb0 0.01 MB 34 733
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.