Memory Pool Memory Pool Refreshing

7,062 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,666 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,923 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,665 (745,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,572 162,572 00000000000002f07d15c5abcc5d5922f80309c3f676f7904537db2bd2ad9134 0.03 MB 60 229
162,571 162,571 00000000000008ee1dc360e82fd2ffe0b0fab6e8b7b89a53a94d93ec677b4319 0.00 MB 6 470
162,570 162,570 000000000000073f1fde097dc82e98de6889803ec5ad497b4732eaf9cea86ffd 0.01 MB 26 45
162,569 162,569 00000000000000054a36681ff0767e29c839b9d20054765d64c4f81bdf6c4d21 0.00 MB 10 57
162,568 162,568 000000000000014710583d69534e6173880ab18a57a94430ec2b3ee18e296735 0.02 MB 57 269
162,567 162,567 0000000000000599f1819cee31457fcd973424e5e6ff9f093ed39da449df9187 0.03 MB 111 146
162,566 162,566 00000000000002b6a2037b64185dac420be9497143c1275789882072e31a0334 0.01 MB 33 265
162,565 162,565 00000000000002bbb1c30c291177e68bd49ee831eaa73d535ca0cb4bd6c11bbc 0.01 MB 23 153
162,564 162,564 00000000000004413c4dc0debbd75067fcbce0279d26ac162d2433fe62f026ba 0.03 MB 114 0
162,563 162,563 00000000000001d8394eef3727a77299539e58daa70986084936dde60eede4a7 0.01 MB 41 535
162,562 162,562 00000000000005dd2870698adfec0e93aed0eeb54b63b6edbd7477704609ab6d 0.02 MB 61 73
162,561 162,561 0000000000000031dacab4d06c1ddf35aad639b6bcde8543bc9c5e999d279c89 0.02 MB 56 116
162,560 162,560 000000000000017c17fadc6a4321d5c0eba99f007cf607c01b5f138247bac7f9 0.02 MB 38 74
162,559 162,559 00000000000002539b6d35add2507292cf8b0533ae16f6764ce8d4a097643f51 0.03 MB 24 166
162,558 162,558 000000000000007a720f5a870d8abaee2201dfa78739fb471243f3b03a2866f9 0.00 MB 6 0
162,557 162,557 000000000000000b74e8f7a1c4d4150e09d2726b2ee546cfba793651868aec24 0.04 MB 74 63
162,556 162,556 000000000000084b19c584be83bd3fbd3859bdbc91212951860bd925fa946e03 0.01 MB 50 70
162,555 162,555 00000000000005b8bdb8af3a10a4903f82789e6118a3922bcdffac072e9704b0 0.00 MB 11 43
162,554 162,554 00000000000005a108c75d65e78e75a6ff59f687db2912511a0aa36070c64e8d 0.02 MB 73 111
162,553 162,553 00000000000005543a5f8c6cde1f35f61c87197c69f1ed922d088e7c0d3e1a26 0.00 MB 8 1,320
162,552 162,552 00000000000002a4178b099d6c3942f714b308ce19483201cc91fe91598b43b8 0.00 MB 11 38
Previous 10 blocks ↓
Total Size: 768.92 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,603.76 GB sent, 92.38 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.