Memory Pool Memory Pool Refreshing

17,473 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
904,498 0000000000000000000268160000000000000000000000000000000000000000 ago 1.00 vMB 5,102 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,497 (682,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,059 222,059 00000000000002eb14b4172c2b805bfc0a4aa8ec1c4666d7e2c7bc2fddb6ebd9 0.25 MB 584 192
222,058 222,058 00000000000003ff7165607ca59be756bd2ad77d6c7f41dda47f616662bc01a4 0.10 MB 224 183
222,057 222,057 00000000000002ac3c34a33c6b14fb6e5ff5e5c37d6c0d866f7692eb322a4913 0.31 MB 588 103
222,056 222,056 000000000000031769a866a048249295b24bafd19a642cedcc1032d374eb18db 0.25 MB 605 187
222,055 222,055 00000000000001736da0545f07f6fd6315c039ca5bf89b9ec359fe7f9ac5585a 0.14 MB 259 138
222,054 222,054 000000000000010b7ef1649e2ab195cf36901e0cfdf133e6e9363a8804d9314a 0.21 MB 427 254
222,053 222,053 00000000000001dce5a304eb179280ac7ece623d033e012d31585f1412969758 0.28 MB 468 168
222,052 222,052 00000000000000b454dbbcaf43cbbd04c70f12c450dc06808a3f11a682ec7b26 0.25 MB 555 184
222,051 222,051 0000000000000147ec48e873b364563e96d5efcc276cdd0f05bf59b628a0e6c6 0.26 MB 544 189
222,050 222,050 00000000000004599bdff60bf9f53c763acf46033bbeaaf2debc5d0a66d055fd 0.17 MB 256 130
222,049 222,049 000000000000030c9179a3020d63897fbfef256bc3987619d16b95347e3f8dc0 0.25 MB 489 167
222,048 222,048 0000000000000478805cdd086dbbfad054e8171bb48ab4d203eb2ade4c44cead 0.25 MB 625 206
222,047 222,047 00000000000003ee7666c20463b58ef996b7caa1493156ab69e2971c4d145591 0.15 MB 366 179
222,046 222,046 000000000000037ba3b5d2c14a63ecb10480f6232efb605da0d063f4ced890d9 0.19 MB 431 188
222,045 222,045 00000000000002d7be6680017d4567b073dea22790d345b956653ff465a4d45e 0.14 MB 298 179
222,044 222,044 000000000000044ecb0c91153007329a4ded4430320caa2a51ae4b2b34d8c986 0.17 MB 111 60
222,043 222,043 00000000000000410fc5e800a873bd5bd461478f1be2c631c4c63a3c44647d7c 0.19 MB 229 96
222,042 222,042 000000000000025ec19f680cb234563b5fc28029b96aba882f433a4da9943bc1 0.25 MB 633 173
222,041 222,041 000000000000023fb8bb0969873ee2d4baf81fcdcb8bd051309080042d6b7ef2 0.33 MB 729 239
222,040 222,040 0000000000000173376988337df619724ffc95fa6c5e1c1b814b027146b5dc70 0.05 MB 110 332
222,039 222,039 00000000000003b6f637ef35eae341487be0b5fa1b6987502381d930896811f1 0.11 MB 133 109
Previous 10 blocks ↓
Total Size: 763.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,067.64 GB sent, 63.10 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.