Loading Tool

Explorer IconExplorer

Memory Pool

52,844 transactions
31.04 vMB
0.15898230 BTC
Random Selection Loading Transactions
Max Size: 166.64/200 MB

Candidate Block

Mining Attempt 7ef108847f99455590a0b432b2faf93424bffceea65a788f2097f04a853542a0
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 52f2cd12d701cc0f59d97b7a92d2e787baf17fa61f97317bbfa0b4f347f1b538
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.07092167 BTC
Feerates: 150.75 > 7.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (427,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,053 487,053 000000000000000000e2380c8a5c31454fcbefea238e3b9b19101a39b1d8f2e0 2,202 0.98/1.00 vMB 152
487,052 487,052 000000000000000000ed3b82d515930d59c31a62502c44dd65eafea2024a7f90 2,473 1.00/1.00 vMB 187
487,051 487,051 000000000000000000c31f33d7d7298b6dc2faf9316a8d5c52f63d69559bb6c8 1,770 1.00/1.00 vMB 144
487,050 487,050 0000000000000000002866654b3168794e4ae35ba4268a7da3ddb235802e3a13 2,133 0.97/1.00 vMB 155
487,049 487,049 000000000000000000e36d12374a4766fe677266f565fb62436943669d46f968 2,306 0.98/1.00 vMB 178
487,048 487,048 000000000000000000eee3dea387003117ccdeefbe90a8b7bb45147e80205f7f 1,288 1.00/1.00 vMB 161
487,047 487,047 0000000000000000005bffd088fc4c3311e57664cc81cec29a2715fc99fd00f9 2,154 1.00/1.00 vMB 248
487,046 487,046 000000000000000000e112e0e3cd3857d9211e008b4c525054d2727bdfc8e439 29 0.01/1.00 vMB 230
487,045 487,045 0000000000000000003daba22aaccec9e5c968b5fea933d1b2686a63b680fef5 1,891 1.00/1.00 vMB 64
487,044 487,044 0000000000000000007f233d99b72b92586788219aa3461b898672616ac7d231 2,121 1.00/1.00 vMB 135
487,043 487,043 000000000000000000ea32608ea5933f932653e109e4016e594baf0d244e905b 2,279 1.00/1.00 vMB 126
487,042 487,042 000000000000000000b69df8a2a7082ac760abe87cb90e7e3abce270bb9c275d 2,298 0.96/1.00 vMB 159
487,041 487,041 000000000000000000a2ba38b63daaea99e25a74629e4e9e5e5b5bb75cf20899 2,464 1.00/1.00 vMB 179
487,040 487,040 00000000000000000000d1bf79905cbe8cd3c4638a744e68a2626b8457ee856b 2,577 1.00/1.00 vMB 185
487,039 487,039 0000000000000000004b008d446786ca139a0be2a164e07b771e8add8cf87fc5 2,572 1.00/1.00 vMB 121
487,038 487,038 00000000000000000018f04dbc0bcb7fb32a524a4316253af37a3a542b612126 1,797 0.99/1.00 vMB 74
487,037 487,037 00000000000000000078fc646a168177df4a3b14f0faa8d39d443a06a28759c3 2,344 1.00/1.00 vMB 45
487,036 487,036 0000000000000000001e1736b1352ec64c0c80877b865265f1aceb106052073d 2,199 1.00/1.00 vMB 81
487,035 487,035 000000000000000000d8a18874b1a88536024707c0979cd02558c3e9e6ca871c 2,453 0.96/1.00 vMB 172
487,034 487,034 000000000000000000f8fa19aedffbf708efd8c0e8472ee6c2c01caabff52159 2,168 1.00/1.00 vMB 141
487,033 487,033 00000000000000000098d9f5d5e47435110dff9d44a3a6cb98aaf73627ac117e 1,805 0.99/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.06 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: 651.11 GB
    • Received: 13.41 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.