Memory Pool Memory Pool Refreshing

34,248 transactions
21.82 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,441 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,504 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,440 (16,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,812 846,812 000000000000000000010a66d3d15bb49ce0a3f97379eeffaa54fa87840ab3e3 1.55 MB 2,924 37
846,811 846,811 00000000000000000001a3ee6221b7814c3d265fd806be4ec753c9a02e12d559 1.61 MB 3,422 44
846,810 846,810 00000000000000000001b11d45a1a21b6af165b5afd8705d8843979cd0e5455c 1.53 MB 3,114 50
846,809 846,809 00000000000000000000f3503bab69ffbb96e7e157473f3eca96bbcccd7717ee 1.57 MB 3,222 38
846,808 846,808 00000000000000000001ba87caacef231c6af042ae7a40eff224dbe77be9862a 1.54 MB 3,711 37
846,807 846,807 00000000000000000000f94aeded64ac2db3d0103b2c5d1695114f8132cea376 1.52 MB 5,059 36
846,806 846,806 000000000000000000003f91b563c9f454aa77808a42a20859db1e6071f59209 1.52 MB 4,808 42
846,805 846,805 00000000000000000000d7dd444ea65c4c67b80367c7a7da232d47e58359312d 1.37 MB 1,642 29
846,804 846,804 000000000000000000002cdbf8c81e438c80f53aafd3a2df7c11b4a32515044f 1.31 MB 2,928 29
846,803 846,803 0000000000000000000184ff33ea207139f12cbd8afe1755ef32c80d093495cd 1.43 MB 4,933 34
846,802 846,802 0000000000000000000149a88b13d14bea57f8296598cd74571875e706d739bf 1.51 MB 2,711 42
846,801 846,801 0000000000000000000239c7326219fc5196a38a5697332d91f21c30e79efb71 1.50 MB 6,574 49
846,800 846,800 00000000000000000000ff9e9e0b3a3125992144bde42235c16e7289367096ea 1.43 MB 6,523 38
846,799 846,799 00000000000000000002cd29ff95ea2d272d4b0b954b254d4f61c8d7a5fc936c 1.59 MB 3,510 41
846,798 846,798 00000000000000000002d768d72d9adabeeb668cef98e120568fa0abdbd2af57 1.63 MB 3,715 40
846,797 846,797 0000000000000000000077b3a6277e387a0d7baf161d1a1ea5fa971bb4555b34 1.08 MB 873 29
846,796 846,796 00000000000000000002994ff60325eb9f3c6adeed7fe31ff0450419b904b9cb 1.18 MB 2,382 29
846,795 846,795 000000000000000000009a517f2c296e8a63065bafb194f1b41ea72940e13278 1.31 MB 3,552 30
846,794 846,794 0000000000000000000347dc7ce47f9d9830897bc28963eae2ca8bb7a310e7d1 1.63 MB 5,023 31
846,793 846,793 00000000000000000000bd9df5c1ace6c3cdb29c62aeb827812bf69c0f5e48d5 1.51 MB 4,611 36
846,792 846,792 00000000000000000002f7b97c2c394451e808734f70f4441a32cf2a4de4ade9 1.57 MB 4,039 41
Previous 10 blocks ↓
Total Size: 686.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,498.99 GB sent, 118.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.