Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,318 transactions (1.35 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,392 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (115,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
796,515 796,515 00000000000000000000bbf3972f0606cb72c8634f01c53e871bb7a62312db53 1.54 MB 3,437 34
796,514 796,514 000000000000000000037690fbfb71067c93aeb8566ea1f8f6385aaa97090f46 1.98 MB 4,148 12
796,513 796,513 000000000000000000026f1060954ae936cdbb389d4413f4473870d96cdf279a 1.83 MB 4,665 16
Previous 10 blocks ↓
Total Size: 776.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,492.50 GB sent, 133.26 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.