Loading Tool

Explorer IconExplorer

Memory Pool

27,814 transactions
14.09 vMB
0.04862125 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 77.47/200 MB

Candidate Block

Mining Attempt 6169bf70b36f2a969bbf751ef546a638d54ccd16db4db648461f5b96870fd27d
Version 20000000
Previous Block 00000000000000000001525ca79a5928e01ae69f067bf154460c8ad0bffe4173
Merkle Root fbfce68f47cc367b5cc0770399ce685bf325d8d71b07b3a39b407ddb725abd85
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 1.00 vMB
Total Fees: 0.01436733 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,252 (771,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,954 141,954 00000000000005cc7d52dc6c3e0d2ae69c361308b21dedd5267322716db26c4f 79 0.05 vMB 80
141,953 141,953 00000000000007e99f0e9634d7c6566d63fdc08f9ebe4385917c50a880a5aa3d 29 0.03 vMB 72
141,952 141,952 00000000000003fae4b9ebae5a5415e66c20d9f1f1a5d6c39dab218d24e343fa 11 0.00 vMB 321
141,951 141,951 000000000000012b224b90e240fec1b74f5e789f8da0cb54857f8e3b4ac4df96 25 0.01 vMB 100
141,950 141,950 00000000000001b9199503cc03533e8632ec40b9db385f7ea0ec6b88bcee2298 150 0.05 vMB 83
141,949 141,949 000000000000025d85cd293f7a4714afda85132e67a4d00d8147c1fe2fa4d497 9 0.00 vMB 455
141,948 141,948 000000000000077b66fb9b193121917e4717c63fd44e442dd816f28319df076a 13 0.00 vMB 282
141,947 141,947 00000000000002890477e173c3d9a0914bf8312aea786c2037193f5296656f60 78 0.05 vMB 77
141,946 141,946 00000000000006a7b5b30dcd2f8b0cbc6f3a3a13de548e7681e1fe5bdd362d0d 31 0.01 vMB 265
141,945 141,945 00000000000004dbb5a1a44b4212be35f5cfae06daa606d5ba0fdc43f41c8639 9 0.00 vMB 1,146
141,944 141,944 00000000000008b87f25cca04665cc05dc36732a4ea481a722951f315e270070 33 0.01 vMB 27
141,943 141,943 000000000000017ccc9094023505128efe71c6563a92c3ca8ef2350b4b55fadc 134 0.05 vMB 162
141,942 141,942 000000000000083d13cdc6bf23f97126ba1c11690fdfae41e5204e6aca6cf63a 11 0.00 vMB 16
141,941 141,941 00000000000000e4704583b3bd11c290505bc9dc0a7a1420237fbe58deeefb30 68 0.02 vMB 261
141,940 141,940 00000000000001b34db1a10cbd5017b1d146426249127950cd02e72570cd7862 11 0.00 vMB 144
141,939 141,939 00000000000006d52a0cb4747eabbf560022326ca0f27e496848ee2853fe157d 18 0.00 vMB 320
141,938 141,938 000000000000070aee3ccda1677950d91b703c2e58385c027ad4abe5e7be98b4 63 0.02 vMB 154
141,937 141,937 0000000000000899ad68c166bd3ff70319c5e3ea619576d692d5a1d718ba7229 74 0.04 vMB 308
141,936 141,936 0000000000000849add8b1137a36a14ebd0f7ee0f5c1d362b0e1648ec486aaa0 72 0.02 vMB 16
141,935 141,935 000000000000050165f04f7b4afc98b15203db9393526dee6d21857b49807310 195 0.07 vMB 216
141,934 141,934 0000000000000519313cafbfefafdd32e638fe117c314124eed11bd892b6a683 102 0.04 vMB 43
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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