Memory Pool Memory Pool Refreshing

66,550 transactions
31.95 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,139 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,879 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,138 (443,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
426,994 426,994 0000000000000000015d686313379fdbbf094c6eaf86faa0357a3937eb13ae18 0.78 MB 1,554 46
426,993 426,993 00000000000000000229b01111ae7982810f474831361dc4fb1ebccb180857f0 1.00 MB 1,682 48
426,992 426,992 0000000000000000024ffe4b549bb008bbab5232d2b5c9345a6352095f47c844 1.00 MB 2,198 50
426,991 426,991 000000000000000002f8c842c8e4218e89d05d6d952957021dacc64879e23c4a 1.00 MB 2,927 85
426,990 426,990 000000000000000004675aab237d6109b5f2c161274021024ca8beeb5502b71a 0.10 MB 102 39
426,989 426,989 0000000000000000002bc854d364a1767a75364c7b1f8d82343df7603b32ab47 1.00 MB 807 21
426,988 426,988 000000000000000004feb3c97511c3bdc978275b967d9f590ad1f59a7b293437 0.17 MB 398 67
426,987 426,987 0000000000000000048c9ea3662e50eb26903602b81e0fe9385d36e13a335e2e 1.00 MB 1,715 49
426,986 426,986 000000000000000001962b843956d88919a5ed58b638fe5b9cae5fc4bc6fc8ce 1.00 MB 2,334 62
426,985 426,985 000000000000000003a08036a3866afe52fa91a50c4e5fc49f411ae7eac21ca8 0.88 MB 1,511 43
426,984 426,984 000000000000000000ae66629bcbcdf0f6f3677db08042ff2cba86b07efdeea3 0.99 MB 1,466 48
426,983 426,983 000000000000000002c7c802eb24632d5166a485fbb3f8fe8ea2e5ca8d854488 0.26 MB 471 53
426,982 426,982 0000000000000000011266949b778a9bcc0b0089f5b638bcebe00f828bb68c4a 0.36 MB 940 69
426,981 426,981 0000000000000000031a3ccf32e0f7bea4cdf5c20b7e89d89b0fba849cf58326 0.53 MB 498 28
426,980 426,980 000000000000000002a9259d01e91ca454e1b624b0423e726fbb873eb94d6a52 0.99 MB 1,809 47
426,979 426,979 0000000000000000040ccbc76d4db9e80c18afa46a4a7ab31c7796141de54e40 0.96 MB 2,299 58
426,978 426,978 0000000000000000007b20cf97658b0fc4f8b5c6cb15e0f20dda3c452337e1d2 0.95 MB 44 8
426,977 426,977 0000000000000000026064fdd7953ec22e1950dadd528176146d118b50558073 0.98 MB 2,187 60
426,976 426,976 000000000000000004fc16002a756362b6e8223d7cc0cc32ee57c030ec3136c3 0.99 MB 339 15
426,975 426,975 00000000000000000082b1a18e3c0935be3643d47094deac6e02eaa5c4b52020 0.27 MB 450 58
426,974 426,974 000000000000000001e8f7e756e69395bd25db4f1de70e1bfd374c577aa30bb2 0.99 MB 1,462 41
Previous 10 blocks ↓
Total Size: 699.72 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: 2,185.30 GB sent, 208.52 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.