Memory Pool Memory Pool Refreshing

4,013 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/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 1.00 vMB 2,110 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (168,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
739,075 739,075 000000000000000000082f62176292cb33cad2886e77dd7878f75cc7547096db 0.68 MB 571 3
739,074 739,074 0000000000000000000966bd22b3fb1c9ddb5570d6d59a434ad82c3103d3f409 1.51 MB 2,653 17
739,073 739,073 000000000000000000077fb1c68e87e3e49220a27a3c876ee5151fdb68633c31 1.38 MB 1,383 5
739,072 739,072 00000000000000000000ef9647d790b7d4bb1aec2ba445867ea2f6ea0be1780c 1.48 MB 2,277 18
739,071 739,071 000000000000000000015c6558876dc19821dfc496b00c73522e1aa634aaee51 1.35 MB 2,261 21
739,070 739,070 0000000000000000000645ac252e79a172ce73f200d99cceca5073fcca56fb08 0.95 MB 1,378 13
739,069 739,069 00000000000000000001f7a3b83f5d8523de2cbc70c9889faf4c68d028332e05 1.12 MB 1,385 13
739,068 739,068 00000000000000000006c94a8254f3e1d4e52a2fd84713e407acbe7146ebdd4e 0.36 MB 495 14
739,067 739,067 000000000000000000068def004d404af15b3712122eb12b5deabe0166e69085 1.42 MB 1,929 12
739,066 739,066 00000000000000000006f7ffc9235914c147a6c30f796aa80905dab4f3f76474 0.53 MB 418 7
739,065 739,065 00000000000000000000c21cd5b2aba8e15dc0493cdfceb200e82606839fbf3d 0.84 MB 1,114 13
739,064 739,064 0000000000000000000523a2f245b4e6e2b533586ac851926bc71935239c68cb 1.50 MB 477 1
739,063 739,063 000000000000000000057cd00300ba6bec135895a4d498a7078c093c4ab4f4a9 1.84 MB 1,092 4
739,062 739,062 000000000000000000084c27c89b6518ad4851db9a0baaf5533979b711d81da7 1.64 MB 1,198 9
739,061 739,061 00000000000000000000632bc968b52886ea63c728c1205d0db9e623f52810f7 1.46 MB 3,085 21
739,060 739,060 0000000000000000000953deff4ed6b535b6fa2f52c257ef4f280826d727fd05 1.33 MB 1,241 17
739,059 739,059 00000000000000000005e085372383cd9a9339680a5a44dd63eb7d32cae41cac 1.64 MB 2,433 8
739,058 739,058 0000000000000000000676fa3b7f4714dad80e54969aeefe40519fe736f5f1be 1.56 MB 2,715 18
739,057 739,057 00000000000000000008ff8925ad177a44de2ad61ef5b6f618a65d26d966191f 1.49 MB 2,888 22
739,056 739,056 0000000000000000000381255944c22575082701b568285e7a2c2511046ed058 1.56 MB 2,101 13
739,055 739,055 000000000000000000068c255725a25b5e15a4eee26bed34b1b47a36dd03e9f8 1.78 MB 473 2
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.64 GB sent, 92.67 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.