Loading Tool

Explorer IconExplorer

Memory Pool

46,819 transactions
27.45 vMB
0.08732948 BTC
Random Selection Loading Transactions
Max Size: 145.03/200 MB

Candidate Block

Mining Attempt c2dc93d6efb44079f1da4fb6a91b463ef25d5832abc90932eb95052bfe046de1
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root e5a74dedef5c8fa1ff083103c2dc2ba510b94dad67efc69bc4ad53344fe833f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,450
Size: 1.00 vMB
Total Fees: 0.03428784 BTC
Feerates: 159.25 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (250,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,212 664,212 0000000000000000000d4e982be748e9a0f6de844438aa82ed33f17b8c7eae01 2,891 1.00/1.00 vMB 79
664,211 664,211 00000000000000000008e845bf6d9e78efa564ae137ef3a86ab25b743e17d046 2,720 1.00/1.00 vMB 66
664,210 664,210 0000000000000000000e888580ebff8f37d7a763b8fda12d9b143f31c12634f0 2,392 1.00/1.00 vMB 61
664,209 664,209 00000000000000000003226436d69aaae7edf356a0c699a2add6d42ed1d0c76c 3,047 1.00/1.00 vMB 62
664,208 664,208 0000000000000000000b404e90e0cd741dd68d98dd40a4a236016369424225f8 3,068 1.00/1.00 vMB 56
664,207 664,207 00000000000000000009b94e304d306183f4003afd62c35a51e9c1081df87b96 2,628 1.00/1.00 vMB 71
664,206 664,206 0000000000000000000a93764161ce0be4fb4057a5cb554b82f7392f2e4b689c 2,301 1.00/1.00 vMB 84
664,205 664,205 00000000000000000002c8dd11e37a3dd02f9c2272c826e1727809d7bcd43d66 1,747 1.00/1.00 vMB 70
664,204 664,204 000000000000000000015c2542116a4ee4d05be2bd976d443d553b684a52e75c 2,653 1.00/1.00 vMB 82
664,203 664,203 00000000000000000007faebf48722e8d62ebff738790790d6f32c27acfb3009 3,106 1.00/1.00 vMB 106
664,202 664,202 000000000000000000084555a5844a7f3e02a278626fd40ee3e58bb0e37a7808 2,905 1.00/1.00 vMB 85
664,201 664,201 00000000000000000002760b458891c45163ae00500d3b46d1bc57f23eb214aa 2,988 1.00/1.00 vMB 105
664,200 664,200 000000000000000000028f798fc2818902cb53b56ae69b4354dfe6f88298d858 2,714 1.00/1.00 vMB 60
664,199 664,199 000000000000000000022278c789290a3c1165123a9cae4c537d8b567d3008d7 2,853 1.00/1.00 vMB 84
664,198 664,198 0000000000000000000f1c8b18bfde83a4864d1230fe4a8427e0519218f5e410 2,571 1.00/1.00 vMB 96
664,197 664,197 0000000000000000000bd30d33d101bc4c5ecb82653685fee8e18ceadbb99855 1,965 1.00/1.00 vMB 64
664,196 664,196 00000000000000000003cf722d386f97cda105d8fd015ca68eed0893cebac57f 2,498 1.00/1.00 vMB 72
664,195 664,195 000000000000000000017b4b2f2d81ea2ca1598d086871a627c81a68aec14287 2,205 1.00/1.00 vMB 84
664,194 664,194 000000000000000000063b16da302b17d967ba1202bd69abdeabbc30912d7bac 2,466 1.00/1.00 vMB 92
664,193 664,193 00000000000000000008352e4400923d319df29a59f25d8e01a6b6d00f548111 2,439 1.00/1.00 vMB 99
664,192 664,192 000000000000000000037fb1e1c3413b85a1a5dedd25cd285833007c3a27c609 2,747 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.20 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: 654.01 GB
    • Received: 14.08 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.