Loading Tool

Explorer IconExplorer

Memory Pool

496 transactions (0.10 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.69/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,247 000000000000000000022b910000000000000000000000000000000000000000 471 0.00242769 BTC 0.10 vMB 1.11
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,246 (555,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,305 356,305 00000000000000000307c78baa7e82c43a9493087155aab9cab638d090439414 0.80 MB 1,646 30
356,304 356,304 000000000000000008792c485a4d004c083350b36cc0c278affb67440dd8a419 0.28 MB 502 26
356,303 356,303 000000000000000007fc734cbf1fc04c59cf7ecb6af0707fd5cf5b8d46dc4c75 0.45 MB 924 51
356,302 356,302 000000000000000001bbbcc2d3c4f0b7708790f421b77513a5bf836a0e0a8136 0.00 MB 1 0
356,301 356,301 00000000000000000103ff98e91fa5d9f39fb4b032fecc0d69f9f89f5f1c2ce5 0.10 MB 199 25
356,300 356,300 000000000000000000b8a1b5f2e82280c61210ab8562c2d3b7cf328a40ce247d 0.12 MB 234 26
356,299 356,299 00000000000000000880afbc23f0176372837c3edc9251763a4268edac280299 0.01 MB 29 20
356,298 356,298 0000000000000000139861f705293aef7fefc3a6f73d5b20b12a8d32ece9e65c 0.37 MB 752 25
356,297 356,297 00000000000000000b96484e45cffefb78416c27e1ed57b8a997c71ece026282 0.71 MB 1,063 16
356,296 356,296 000000000000000011c5c276fd8b3f0a1067640026edd0761e18268346914870 0.75 MB 1,703 33
356,295 356,295 000000000000000009607ec1a855c01ed360a8d8b89b27079f8efd3ad241c940 0.38 MB 769 27
356,294 356,294 00000000000000000021f557f79ac380ce0cdca3d4829269d6487c024503d5b6 0.75 MB 1,870 28
356,293 356,293 00000000000000000ee6c0e1514c57e455bc522928fb8aaa89cbf91172dcf28c 0.19 MB 455 28
356,292 356,292 00000000000000000c9319fee2543d2c1002786f0a7a41bc6103484f418acb3d 0.69 MB 1,648 29
356,291 356,291 00000000000000000f2cf89ba1f291debbb32b00ce3870be8cfaee8db2425790 0.48 MB 1,105 27
356,290 356,290 000000000000000010a33052fca14166bde756df88e4ff1091e2bd4e4259b014 0.23 MB 553 28
356,289 356,289 00000000000000000a7391e98680206ef8d17f705d64771a43f4f3316b8e9983 0.18 MB 374 22
356,288 356,288 00000000000000000dea49b2036686e95f322afea8f5a73c5d522ebb768e6159 0.61 MB 1,203 26
356,287 356,287 00000000000000000df8dd843a6b4bcb782ebb8cda4e5b846e8710b2dd55d68c 0.34 MB 673 25
356,286 356,286 000000000000000008b72152a94b9bd495f7dfd413bd1665fc079094f7c8baf3 0.09 MB 219 34
356,285 356,285 00000000000000000a6d911d31bc293ca33ed6b80dd3353129936d4506e8fd77 0.54 MB 1,005 25
Previous 10 blocks ↓
Total Size: 777.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,537.62 GB
    • Received: 136.00 GB
  • Uptime:

Notes

  • 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.