Loading Tool

Explorer IconExplorer

Memory Pool

31,042 transactions
28.30 vMB
0.15023906 BTC
Random Selection Loading Transactions
Max Size: 137.14/200 MB

Candidate Block

Mining Attempt c24020f4539394672c14983c007743bc897cf1bc563437f5a2cac29f167be37c
Version 20000000
Previous Block 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c
Merkle Root 581b97f1c69a8fbc298070c0fdfa2d8e7eb9a5fcd6d449732941c30070f28b33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,733
Size: 1.00 vMB
Total Fees: 0.08854838 BTC
Feerates: 502.40 > 8.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,493 (527,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,043 387,043 00000000000000000ac06f7271cd4475378b5694b03ddfe0df7acb728efca46f 1,640 0.95/1.00 vMB 33
387,042 387,042 00000000000000000965b7d0b457da5b72451c55df548147cdd9d267b62b57b0 1,670 0.95/1.00 vMB 30
387,041 387,041 000000000000000007a467e748e943993210c208cecf151a721ee47b24833e39 2,413 0.95/1.00 vMB 53
387,040 387,040 00000000000000000e177dd1ba9ab735ade8b98f9f45e0768a6dabf7273d5ed0 1,443 0.52/1.00 vMB 51
387,039 387,039 00000000000000000a89baf4448b8373a15b808ed9806899fe5371c4d9511d02 536 0.31/1.00 vMB 25
387,038 387,038 000000000000000001be5a5e0c217125cc981033f198121c98e86c2770d738ef 173 0.08/1.00 vMB 27
387,037 387,037 00000000000000000a1bad56f190c5dc5053ae725da2a4584738bbb969d5c590 803 0.48/1.00 vMB 39
387,036 387,036 000000000000000006b4eef806aedc6f2b5b4b99c5f8b32f0b5cd178131e205d 937 0.56/1.00 vMB 29
387,035 387,035 000000000000000004f5f18e7e407e6b3743380d630e3c3df1cc9f93b2bcf5da 1,235 0.75/1.00 vMB 28
387,034 387,034 000000000000000005acfe7a6e29d2d2b03daa2d5602ea68a05a4ca72a710113 617 0.26/1.00 vMB 41
387,033 387,033 00000000000000000957c9ada37a3699139a06e2c23f5b990b109fdf5f685b1d 208 0.15/1.00 vMB 13
387,032 387,032 0000000000000000052ef7bf48724aff9391beda5eb00c9126f30055d132bc90 429 0.71/1.00 vMB 14
387,031 387,031 000000000000000006bfbdfbf946ed364b81c132c655e4cd4b8cec7c9dfefcdc 888 1.00/1.00 vMB 21
387,030 387,030 00000000000000000138e6182f5624a88f927823a7bc4efdd4c959bb49dd1722 1,044 1.00/1.00 vMB 21
387,029 387,029 000000000000000004cc35c8dac5d0eff1043087ce072d18ebc656272fe8f766 2,378 1.00/1.00 vMB 45
387,028 387,028 0000000000000000083ea42624e8923a2c4205503f369a69e720a98f7b82891c 1,668 0.75/1.00 vMB 39
387,027 387,027 00000000000000000a4e1eca05d397cd1e12e2a1b2df0bf7fb97228ce512c29b 1,357 0.75/1.00 vMB 32
387,026 387,026 00000000000000000edd61b49a35a9ceac8c49f368564d7f2165674daa8bde26 656 0.75/1.00 vMB 20
387,025 387,025 00000000000000000445749b4f0d608a09a994bd8e89ea1cc4d1877a65ab756b 1,794 1.00/1.00 vMB 33
387,024 387,024 00000000000000000adeaaaf4d4e0c092af073c6378e35cd8b0d7001582106c9 1,929 0.93/1.00 vMB 34
387,023 387,023 000000000000000008177375c11ccbb7904eb1ce3cfda31af8d9791ff903f1e3 2,098 0.99/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.49 GB

Node Details:

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