Memory Pool Memory Pool Refreshing

6,774 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,445 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (99,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,641 808,641 000000000000000000049c92679f61be9554340d28e1392e9575ce9aa2c4d7c4 1.81 MB 4,596 26
808,640 808,640 00000000000000000004ad8cceeda6ceda10e13e7d7b778db4d64778c0dc8382 1.81 MB 4,345 32
808,639 808,639 000000000000000000011f3c7a83e2fa489ee8145056bef413c69bdb66b00e02 1.55 MB 3,383 30
808,638 808,638 00000000000000000001ae9f2c305865d3bb2cfa3aad0eb2dffa4a845ee4727f 1.32 MB 2,018 29
808,637 808,637 0000000000000000000414eba717dba171b11414fecad0547ab9475c148136b1 1.43 MB 2,343 36
808,636 808,636 00000000000000000001b9629797d9c4de457ebdde57a6dffe7eca97ca008852 1.49 MB 1,427 38
808,635 808,635 00000000000000000002a7625337e9aa3e7a7a43a3b3f01b3e4391fffc1b31ab 1.61 MB 2,761 41
808,634 808,634 00000000000000000002a98ced364efd8f8caf423da541834d3d36a3876f3304 1.60 MB 3,105 46
808,633 808,633 00000000000000000002ca226725320e09483c159f8c0e0180bbf045da48b3a0 1.83 MB 3,004 22
808,632 808,632 0000000000000000000019a2d0436c1e3ffb84a4b6eef126130071b2c69a39b9 1.92 MB 5,478 29
808,631 808,631 000000000000000000036335d250a45bfe9df2130425fc1878b998c969cf2c03 1.50 MB 2,397 29
808,630 808,630 00000000000000000001bec2028b74f922c269b0f1c035c42be57f67d499ac22 1.55 MB 3,547 41
808,629 808,629 000000000000000000042610bf24d1f0270abef3c1adc13852c8b7e72a624854 1.63 MB 2,441 32
808,628 808,628 00000000000000000000aae6f7a1bbb1191db90210bd5df838b63ef1ca943f6a 1.45 MB 2,449 29
808,627 808,627 00000000000000000004c3f9838e87079ce748e9d9e749546c0885b712df76e4 1.39 MB 2,789 35
808,626 808,626 00000000000000000002859723c5228ca6d8d3ded7cbf9625b20e3e9e9a624df 1.62 MB 3,503 44
808,625 808,625 0000000000000000000210018c7e541caa3c9536e9d7b0f84a3aec5060860408 1.53 MB 3,028 60
808,624 808,624 00000000000000000001544dd0ca3966389c7022d7c52b11d3faf8b8c5cc7452 1.58 MB 3,509 39
808,623 808,623 0000000000000000000070f40a4691a86f7fbd50be157b7cd5df305a0f117a98 1.61 MB 3,227 35
808,622 808,622 0000000000000000000326ec5e70e723963de2067172d8eff6e39f510253deb6 1.57 MB 4,298 38
808,621 808,621 0000000000000000000328b82f626f9269d8e925168baea06c2c775979889564 1.58 MB 4,026 44
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.98 GB sent, 92.70 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.