Loading Tool

Explorer IconExplorer

Memory Pool

11,867 transactions
6.84 vMB
0.02296810 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.15/200 MB

Candidate Block

Mining Attempt 623aec177c6997bc9a54994360c149cd24d098b4e14554bb143e14864cc5e594
Version 20000000
Previous Block 0000000000000000000064d22f1bdfdfe2f6b46ad3a091b40b3a4b74f4efc0f9
Merkle Root c4c5a0c457eba17ad2309202f426241b9401e90f7146442f11d3cfb6b17f631a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,147
Size: 1.00 vMB
Total Fees: 0.00958742 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,384 (745,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,768 167,768 000000000000033c3c25b2d4ac78fc685ae5cad4cc18b7c3c9a6f7ded422f32b 10 0.00 vMB 64
167,767 167,767 000000000000088ac4fb899e20ecc10b145b36e382741c6081e5517475bfaad9 36 0.02 vMB 67
167,766 167,766 0000000000000411fdba9ce03330cdf110fb491b56537922d2d5966ad9243691 10 0.01 vMB 80
167,765 167,765 00000000000008ea82f3f9752b55aba380627f2a327600909476904d7cec03f2 24 0.01 vMB 52
167,764 167,764 000000000000040ed2ab096290104568b53df39368df922a39701af62c8655c7 69 0.02 vMB 8
167,763 167,763 00000000000004b4e7e643f3192347b820ef1f6f5ecab51184b44bbfb79b10e8 1 0.00 vMB 0
167,762 167,762 00000000000003c32bd9d67055db689f657071ade2a2cf6e88d6c277a70429d5 20 0.01 vMB 187
167,761 167,761 00000000000004d02955d62746158085c7f645ebd1455aa4e3b6b63b271eff9a 12 0.01 vMB 14
167,760 167,760 000000000000055f8716649e931e26cee3baf4df372e1da5e7ae2657c17a7595 4 0.00 vMB 70
167,759 167,759 0000000000000ad7fd58ce72f7d5bc5f01d681d9d662dcc5c015f7c84fbfe284 9 0.00 vMB 59
167,758 167,758 0000000000000be7de02dde12b5381265518b888fc02e42d0c362b17d6511c21 102 0.03 vMB 40
167,757 167,757 0000000000000bcd08dcd1977070330a471c66667bd324c41d8727f2f5fc6181 12 0.00 vMB 448
167,756 167,756 000000000000031b722c1f71bd34720cd1b506e7986f8c9879a9040dfd3b28dd 39 0.02 vMB 21
167,755 167,755 00000000000009918329120789c91d5294d1201cedf07e16a52e3294801ba083 89 0.06 vMB 190
167,754 167,754 000000000000068a49db3799399ba6b79ae63ac73499d15a4b08e9b2b35ddfbe 11 0.01 vMB 79
167,753 167,753 00000000000005e74c315955543d49a35844ffce254b632a7d613b1365db095f 17 0.01 vMB 95
167,752 167,752 000000000000054ea7047377a66da2361a38b5e93e7e86c431bb794eb4a75309 1 0.00 vMB 0
167,751 167,751 00000000000002da1f2ad6a536a88715267f6b97fb1fe79863c0872156c56803 3 0.00 vMB 6
167,750 167,750 0000000000000893be7888a03edafc8d841209e1ba67c7f6cef7d9fe01586f56 90 0.03 vMB 159
167,749 167,749 000000000000002dda5d9d969e4316086fc83d28101cb180554298afbc9e5e62 9 0.01 vMB 84
167,748 167,748 00000000000003935defa219dc39a3d05f5f2c02555fe355ad41c62b12f80e39 9 0.00 vMB 440
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 110
    • Outgoing: 10
  • Data Transfer:
    • Sent: 225.27 GB
    • Received: 0.86 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.