Memory Pool Memory Pool Refreshing

2,941 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,771 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,860 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,770 (206,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
701,629 701,629 000000000000000000065cf67dcf4d124df7d5ab6213d2151dacc1c1836e0ced 1.27 MB 1,226 13
701,628 701,628 000000000000000000090af354d196efe3fc298cc639166e58efbf1de17998e3 1.35 MB 1,978 3
701,627 701,627 00000000000000000002893d69fcb66bc21e502ec0aedb41728aa995c7a5c251 1.61 MB 2,348 9
701,626 701,626 0000000000000000000af5024462855df1ab504cf97e490e6fb49722ac84457a 1.68 MB 1,341 4
701,625 701,625 0000000000000000000d094684abeb0978d678a81d38e29d57a7be44daa5fb9e 1.59 MB 2,259 8
701,624 701,624 0000000000000000000b4c34356a5463e181c093689ae67f7ccc65fc3f393048 1.59 MB 2,561 4
701,623 701,623 0000000000000000000a5b78bba7f692b175f9532000102e370a7675be27c51c 1.19 MB 1,075 7
701,622 701,622 0000000000000000000d3fd2cadcfb6be21ac46596a0b843b8784df69879f2b6 1.58 MB 2,792 8
701,621 701,621 0000000000000000000744f7005fcb41cfe8f36aa2d584b2c379fe530eaf11aa 1.53 MB 2,257 14
701,620 701,620 000000000000000000095c28fa325556d133c9590751abb939f39cf9188b53f2 1.52 MB 2,157 17
701,619 701,619 0000000000000000000819bd9d007512fe509765b623a35c268fd8982ed0555f 1.64 MB 3,458 5
701,618 701,618 0000000000000000000db12079447ad19b8522c0f90854eeea2570aa41fb092f 1.51 MB 2,256 9
701,617 701,617 0000000000000000000597ad6d5c364dad5be14d363721d6eae7561ea791e9c9 1.45 MB 4,206 8
701,616 701,616 00000000000000000008c920f058021409b94e2d8f2ded2d06caa45c0702f6ea 1.52 MB 3,415 11
701,615 701,615 000000000000000000096a44689fb710ad0846b389f7a7d2f965d52b9917ae56 1.37 MB 1,222 10
701,614 701,614 000000000000000000026b9471956161dde1fe0a61bf7be096d4ecd4eb7d3b33 1.29 MB 1,131 14
701,613 701,613 0000000000000000000387151bf21599137b9ca47c3da0edec4d1973422cef6d 1.57 MB 2,752 10
701,612 701,612 000000000000000000024c186ba2ca19702f28f9eaaabfe5e8036d902c68e870 1.55 MB 3,294 12
701,611 701,611 0000000000000000000211599ade07f11f43c2b9edc30fde4cc3283eae0e18e5 1.54 MB 2,619 25
701,610 701,610 00000000000000000001a32b35c5a8ee419f5e2b0951c603e895ba61ee8d97aa 1.58 MB 2,566 12
701,609 701,609 0000000000000000000807676be1bb25aebc2a7f8032be66f29fe83e63b8a746 1.40 MB 2,948 26
Previous 10 blocks ↓
Total Size: 769.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,629.72 GB sent, 93.46 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.