Memory Pool Memory Pool Refreshing

41,250 transactions
28.26 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,111 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,570 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,110 (184,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
678,473 678,473 0000000000000000000262127c639ae143aa13a6c0e0df68bd45a2987b68b8d0 1.51 MB 1,905 55
678,472 678,472 0000000000000000000a783513f1de19129593291e47a0a0c749296e4c058e34 1.57 MB 1,296 42
678,471 678,471 00000000000000000004a3d8962eaafa229040edee5b25834b4d8f417f6d3453 1.28 MB 2,614 51
678,470 678,470 000000000000000000070af6c52297f2f5225ee30e23566833eeb167664219d6 1.18 MB 2,207 68
678,469 678,469 00000000000000000005943599d0137859a6f7657fc4dca2fce219c2d5375c97 1.27 MB 2,350 103
678,468 678,468 00000000000000000005e9992d723052a5cbb1d9b756c4d1d6e3bc403fd1d50a 1.29 MB 2,397 87
678,467 678,467 00000000000000000002c66699df70053111bc2687e514a898f3599404d4ac49 1.32 MB 2,428 104
678,466 678,466 0000000000000000000a4d25231d55f52c56bfe8fe34c0bb84d28ee2cdd7342e 1.17 MB 1,329 98
678,465 678,465 00000000000000000009990ceed78d949d8fe61434e0a99858b6d301565efce1 1.41 MB 1,807 57
678,464 678,464 00000000000000000004a58979084c623e2dff09e5af2fd4fc7b26cd42f6821c 1.34 MB 2,263 50
678,463 678,463 000000000000000000066ab614b67f05508806664cb5ec42f5f58373f593993a 1.40 MB 2,276 70
678,462 678,462 00000000000000000004e34303dc0aab1708b7f4789b8fff8e55c2c622515a03 1.22 MB 2,739 58
678,461 678,461 00000000000000000001272db4f2c62675f25be9514bc5af80821be2fe878a9b 1.36 MB 2,415 50
678,460 678,460 00000000000000000008b0acb1628ce5d1ed48ca3b2158b74bee6e33bc4f16bf 1.52 MB 1,059 43
678,459 678,459 000000000000000000053a8bce9fcc27fa8af7481524623577e551fdf8164a6a 1.34 MB 3,055 84
678,458 678,458 000000000000000000068fc75e1ed38dd6a09d8d90d9069a1fd070396394541f 1.27 MB 1,617 41
678,457 678,457 00000000000000000000eb1f84a0fd122084d9f2ae97c15baef0abf0ae6d37e1 1.28 MB 2,835 75
678,456 678,456 000000000000000000063270a5784ba098f26ab640672cb0cf0e94d5a1376335 1.16 MB 2,153 63
678,455 678,455 000000000000000000012bdd94998a4402e5305ff298db8b3f6d111413c48e16 1.29 MB 2,727 76
678,454 678,454 00000000000000000002f56926ac7c1a1a2408f661bef5f1243cd096aa01a804 1.34 MB 2,874 111
678,453 678,453 0000000000000000000a148bb8e883e4be522a2962e1597854a7de051c35b833 1.14 MB 2,085 73
Previous 10 blocks ↓
Total Size: 686.30 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,434.59 GB sent, 114.05 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.