Loading Tool

Explorer IconExplorer

Memory Pool

70,918 transactions
26.75 vMB
0.07474561 BTC
Random Selection Loading Transactions
Max Size: 161.46/200 MB

Candidate Block

Mining Attempt 33eacd1286a4e2aee7ff1419ae8898c921cf47400ffae9ed7612677a85e0b30e
Version 20000000
Previous Block 00000000000000000001b9a43a13d61c36ff197c8d441de04206a35709143d9a
Merkle Root 24c3160c44aa5c70e2bd8f281cc5c2fbca80dcb95081f2be277174241d57e522
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.01759419 BTC
Feerates: 150.75 > 1.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,468 (827,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,050 88,050 00000000001a6bd16b85ffe1f08d703feea258a713f57bbebb0869b33282c8e8 1 0.00/1.00 vMB 0
88,049 88,049 000000000008c09b85ac7eee08f15234ca12e340abf605c2d36762fa63a60b18 1 0.00/1.00 vMB 0
88,048 88,048 000000000008dc81674aee89787becb1b2825c9d849bd2f47093237fa87f3c13 1 0.00/1.00 vMB 0
88,047 88,047 00000000000b1dc58ebd8d47360a3b1298800d7f58edaf491d2e6d405b4274a4 1 0.00/1.00 vMB 0
88,046 88,046 000000000010cd43fb8d94d2e3c359ebcaf18c20ef8bafe29065443d14a34e9d 1 0.00/1.00 vMB 0
88,045 88,045 00000000001d4005b568361021b8d580004cf290fbb3f27a8bcb8ff731c8b8ae 1 0.00/1.00 vMB 0
88,044 88,044 0000000000198b308b9b6753d342343679e10ff1bd93a4ebe28f663fd67e421d 1 0.00/1.00 vMB 0
88,043 88,043 0000000000009aafe2c8dea04810f633355e076cb21c151da7fdaac6e1084c54 1 0.00/1.00 vMB 0
88,042 88,042 00000000000c8fe6d7843c780ef4b440333c34a3d60e0a949ca45462ff2d8885 3 0.00/1.00 vMB 0
88,041 88,041 000000000009789b69aa524cd614e36371fe21589d5597c5e7d2ad1180916933 2 0.00/1.00 vMB 0
88,040 88,040 00000000001e7ca86831fd347dcf04297354c12f0d7ee4c029e8ad179b1ed839 1 0.00/1.00 vMB 0
88,039 88,039 000000000007d8bcb25fbaae5258e91c00e7e707f126c614efe92fe9474b16f0 2 0.00/1.00 vMB 0
88,038 88,038 000000000016a23b0ceecefbcfc33812c04db12daf8b21d56b8934e42a3baa80 1 0.00/1.00 vMB 0
88,037 88,037 00000000001b93714f532fbbb0541c885f2d448f84cbd715066b55c350c8357f 1 0.00/1.00 vMB 0
88,036 88,036 000000000010ebdf19682dbcbe511612467d8d0fbd2cd398d3eb18a03234bf56 1 0.00/1.00 vMB 0
88,035 88,035 000000000019bf3869130d2d9166e6cabbe041cae33b9c8b45b04703eeccb8cd 2 0.00/1.00 vMB 0
88,034 88,034 000000000006a6188b643fcfae3388cd17a90829f81dd3e55d5cdf59e7c0efe5 1 0.00/1.00 vMB 0
88,033 88,033 000000000005b18d4262c93d375d7b4a1cdc59d0eb19047df00e396bd7a89dd0 1 0.00/1.00 vMB 0
88,032 88,032 00000000001deed566a7600d2b6700e98d643e344e8f6dbde095965eca5ab106 1 0.00/1.00 vMB 0
88,031 88,031 00000000001bcfb1cee0b1ef8440bb11345e5b81f23e96859842f3eef02c432b 2 0.00/1.00 vMB 0
88,030 88,030 00000000001b9d3574da4ae5c4a9b4076bc5ba18bc33415b51771d3b2331fe47 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.21 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: 755.44 GB
    • Received: 18.95 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.