Loading Tool

Explorer IconExplorer

Memory Pool

78,729 transactions
29.49 vMB
0.06876479 BTC
Random Selection Loading Transactions
Max Size: 177.26/200 MB

Candidate Block

Mining Attempt 8b94e8b2dddc90c33205a6589f0fd69730541c4a607e0ee8bb018b5cd6824b1d
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root aacee1d21cdbf44c06236b0b0466e936d8650c25d0a48f92a70088c9a13043e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,850
Size: 1.00 vMB
Total Fees: 0.00891043 BTC
Feerates: 50.25 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (320,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,952 594,952 00000000000000000001113a9053593396d9b2ce066208ff2a50b61ae36f528c 1,352 0.44/1.00 vMB 15
594,951 594,951 0000000000000000001346ce0bb90980fb8dac9695184b05b584cb6da0aa2b3b 2,524 1.00/1.00 vMB 21
594,950 594,950 000000000000000000095716bb24c17d7bd5360a4107541621ff7a582ca1ff06 1,781 0.79/1.00 vMB 13
594,949 594,949 0000000000000000000b6c5cdb7f0357f5eb7c29f8617a4c3aa50476ef0e52ba 2,899 1.00/1.00 vMB 18
594,948 594,948 000000000000000000011469f39e69647fde804b06fd773c8eae76df56a13c46 3,011 1.00/1.00 vMB 16
594,947 594,947 0000000000000000000761338d17ad2067490d172a2451d455e2b9da5ca099c1 1,411 1.00/1.00 vMB 23
594,946 594,946 00000000000000000016161dad08ff0089ff60b446de1f27c61b1fb6d34c3ae2 1,685 0.94/1.00 vMB 15
594,945 594,945 00000000000000000004dae45303792693a4f4c6c2f302f204b940cbedcb6e11 822 1.00/1.00 vMB 7
594,944 594,944 00000000000000000009e79e0097844b0a1449307ba5e25cc94c479c444b0ff2 2,660 1.00/1.00 vMB 10
594,943 594,943 000000000000000000147b983ae8d4d808b08ff4f0842a38cbd68dda27f5cf67 3,185 1.00/1.00 vMB 30
594,942 594,942 000000000000000000002e761117e44b095efd4ba8210fd9c02469482fb2fd04 535 1.00/1.00 vMB 5
594,941 594,941 00000000000000000003cd878d04e0e76fa6f1b0c29891c5ca9bcf48bdb346fd 728 1.00/1.00 vMB 3
594,940 594,940 0000000000000000000894d9a66992c207ce1926f20cad38c5aa1d17405ff5e0 2,888 1.00/1.00 vMB 21
594,939 594,939 0000000000000000000745046a7dca6630614c0ee933bd058262354694484915 528 1.00/1.00 vMB 5
594,938 594,938 00000000000000000011729de4009871e6aabc59bd3923639ad41eaeefa9db56 2,213 1.00/1.00 vMB 16
594,937 594,937 00000000000000000000aac26f57e3915bec1d061b8bdb4531a7138c762b2f81 382 1.00/1.00 vMB 2
594,936 594,936 00000000000000000010832b6b38cf0a03849847d8d0b3b42cb4bed13bb12d88 3,186 1.00/1.00 vMB 22
594,935 594,935 000000000000000000166b8cfa3a33975de1334884c211d27527f3efd0bd7ad3 993 1.00/1.00 vMB 9
594,934 594,934 00000000000000000004f75afa6b13d8231ebea0bba7a64b5816a85f65379a24 2,697 1.00/1.00 vMB 9
594,933 594,933 0000000000000000000f56055678af18a411b81a8a5ae7368e7422c66137a738 2,943 1.00/1.00 vMB 22
594,932 594,932 0000000000000000000aed20330d9f3cfb6d3d8d7f615b1f7edfc0e3335f4231 3,093 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.