Memory Pool Memory Pool Refreshing

66,908 transactions
28.44 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,529 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,635 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,528 (75,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,536 796,536 00000000000000000001b76e823b212a1381d12b72e3d8096d895dd6a6715356 1.82 MB 1,806 15
796,535 796,535 000000000000000000017e7da93aff4bf167742bb280d26f7271344ab1a2f95f 1.97 MB 1,985 15
796,534 796,534 0000000000000000000287d06a41984feef8e0e09ae75ee2f26db4f04860b14c 1.56 MB 3,278 14
796,533 796,533 0000000000000000000497e69ea62e761e28f83ddd8eebe0a0b3f2c9a5d69fed 1.44 MB 2,518 30
796,532 796,532 00000000000000000000b6ea8e18dd2eb6454ef3afa9a037eedf18bfebd3fd65 1.90 MB 4,933 13
796,531 796,531 00000000000000000005283fbcd322bec30f0dec90f78ea3ae552f116a20277e 1.93 MB 1,648 11
796,530 796,530 00000000000000000001b1be9a09523b4eb19291c9dfe8ef5d4238c7aed2509c 1.60 MB 2,034 20
796,529 796,529 00000000000000000002fc0970b38b53dd2b4fb87afc4db5dccb3dc72ad3e930 2.05 MB 3,191 16
796,528 796,528 000000000000000000009d0853d1f3c06b29e715f7b1453a6b51c9bb00ed8664 1.72 MB 1,820 18
796,527 796,527 000000000000000000054d8bbb2010ebfbf81b8bd469c061e68e3a90958fd5f0 1.42 MB 1,694 17
796,526 796,526 000000000000000000009837b7528138820f376bbc95ce1094a84dfc188b987f 1.52 MB 1,526 20
796,525 796,525 00000000000000000005257003e2aeac195ad8f5e1bab3e5a4667ae727d87847 1.67 MB 1,984 24
796,524 796,524 00000000000000000001d4ef8c328dd61ed6e0c49056cfb990d89e9c49bfa9b7 1.63 MB 3,262 32
796,523 796,523 00000000000000000003cbe5c5c567ff8e372db89e6c436df6a93c31df31d6f1 1.58 MB 3,259 30
796,522 796,522 0000000000000000000259fc8ca007afd6627a423cd48bd21ee9d28d5f744663 1.41 MB 2,358 37
796,521 796,521 00000000000000000002ac162bfb141925345902c3ea3675e17f899a7cdd895a 1.84 MB 3,184 11
796,520 796,520 00000000000000000001950333ed04f4caaa838c31574f3de43e1cd51ac58dbb 2.24 MB 7,036 10
796,519 796,519 00000000000000000002bd6c0020050db5a6ee4c2726cf1ce6128e65b8ec28a3 1.91 MB 3,610 15
796,518 796,518 00000000000000000002436259847287437cdd28b9c5f0004bc931be46b3ea83 1.98 MB 1,329 12
796,517 796,517 00000000000000000003c56effc21203451f7c1d813e4ee0c9d3199cf0532012 1.82 MB 1,112 14
796,516 796,516 000000000000000000034f0e360088a92758b7567b2baedc29e1cc75def7b64e 1.53 MB 2,856 25
Previous 10 blocks ↓
Total Size: 704.18 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,643.59 GB sent, 239.00 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.