Memory Pool Memory Pool Refreshing

1,369 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (26,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,370 881,370 00000000000000000000b5199a865f0b4d1cd1a73a85db13dd4e73e03d8fcfa4 1.68 MB 3,200 2
881,369 881,369 000000000000000000022229128dbdd29fccd1e63aecf3e4e92e8285eaede489 1.72 MB 4,485 2
881,368 881,368 000000000000000000028447bdeefc97ad3fa8c3d0bbdfb7feef2bc566911376 1.63 MB 3,638 5
881,367 881,367 000000000000000000014b0fab24355c71c6940584d9cd5990c0b081a31d54a4 1.59 MB 3,498 8
881,366 881,366 000000000000000000020076a61d67645dbc455773cfa759215f9615e5887ad6 1.52 MB 2,740 3
881,365 881,365 000000000000000000026c95b6354f46b4dff84acd17337c3db4e742cbbb8800 2.14 MB 427 1
881,364 881,364 000000000000000000015be9000deb55a3aa3361b2b877705cc137d6afb14fba 1.87 MB 1,380 2
881,363 881,363 000000000000000000008fb35ac28b977b5dd8dc442a76205126ef4c73b0635f 1.63 MB 3,697 4
881,362 881,362 000000000000000000012a12196ee367efb1e1b73dbaeb6dac8451d91448bf3d 2.11 MB 944 1
881,361 881,361 00000000000000000002793da8bf23047e68f1d93627b268f3258346fc4f129c 1.80 MB 2,902 3
881,360 881,360 0000000000000000000192ca1052f81f00d6130e82c6a359a23e0877a4883f53 0.24 MB 522 4
881,359 881,359 00000000000000000002883d411594b7c570f0c577494ec645e84b4e77a1c0ef 1.96 MB 1,603 2
881,358 881,358 000000000000000000000d6f4fe30097cedd3fcc770861db47e9647eb8b976eb 2.02 MB 1,008 1
881,357 881,357 00000000000000000001fe95fc86ee2e425703400b0471b632160941a63a940c 2.02 MB 1,152 1
881,356 881,356 000000000000000000021e122c264c20d58ad6bfc4e400fceda44757bc78e7a1 2.16 MB 203 1
881,355 881,355 00000000000000000001042d61e41c5f3d03eef99e0fffd7a5bb40e587c9afa8 0.02 MB 54 3
881,354 881,354 00000000000000000001f5679c1bfe8f13839e5882f2353753c3c907841a6666 1.83 MB 2,539 2
881,353 881,353 00000000000000000001416352ce0791981b1c8d6b2303780515500e009642e5 1.60 MB 4,039 4
881,352 881,352 000000000000000000002437134508f6de903499641702f576c5c835ea2ccd6e 2.11 MB 639 1
881,351 881,351 0000000000000000000140abe07c70bd04ac19377ce2d350e526a056326d76e7 1.73 MB 1,995 3
881,350 881,350 00000000000000000000f7ad0938125d8062ab60db97afee27433a98b8cf429e 3.41 MB 796 1
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.