Loading Tool

Explorer IconExplorer

Memory Pool

46,044 transactions
28.58 vMB
0.06766854 BTC
Random Selection Loading Transactions
Max Size: 152.32/200 MB

Candidate Block

Mining Attempt 9277a3d96a6a7947dc25bd16e2250289252ac31de3b0250ba320533fe1b8e59e
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root f206947fe85d5a945bbad739540b89765298fa672741fd7f584c1def74787e34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,067
Size: 1.00 vMB
Total Fees: 0.01280588 BTC
Feerates: 73.20 > 1.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (250,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,169 664,169 0000000000000000000c8cac6fc9b3617f5c3d7d7a821883b76f0651da748d44 2,011 1.00/1.00 vMB 83
664,168 664,168 00000000000000000000961f2d3de2e689f932b28be2c9d8b31e0fd31d58d029 2,922 1.00/1.00 vMB 114
664,167 664,167 0000000000000000000e838021144f7bcbb9e35020f8a5207801c5621ea1284d 2,563 1.00/1.00 vMB 79
664,166 664,166 0000000000000000000efa7aadab15985494714620c3737182f8c4f4c2f44288 2,495 1.00/1.00 vMB 92
664,165 664,165 00000000000000000008fe84c504360f375345286c2ab42ca6c78e27c430d489 2,195 1.00/1.00 vMB 91
664,164 664,164 00000000000000000001b6442bedad8da61768d8db4f55b8a32355dac7966276 2,400 1.00/1.00 vMB 114
664,163 664,163 00000000000000000004f4a2aa6e3896f8a0939b01b305cb9fa8d0ad8c6d4b59 1,945 1.00/1.00 vMB 66
664,162 664,162 00000000000000000009313dc691fee3da2444e4f726eba9e51dbcc7304d1962 2,704 1.00/1.00 vMB 80
664,161 664,161 00000000000000000000254a78b5c55a881a4bb177e16613e8aa80ea5e261ff4 2,860 1.00/1.00 vMB 100
664,160 664,160 00000000000000000005ecf009db9e7ad6c8069273576c63f7afad2a31537dd0 2,665 1.00/1.00 vMB 124
664,159 664,159 00000000000000000006a97c6ee9cfb41e51636895c127f8b47999c0f28c2b41 2,436 1.00/1.00 vMB 97
664,158 664,158 00000000000000000009015f362329ec5185bfdbd91169381b3c3eaeaca6695f 2,598 1.00/1.00 vMB 77
664,157 664,157 0000000000000000000b4b2fb1d5a596008b660c8b0ee8f15aa8f6f4ca0ed9f7 2,143 1.00/1.00 vMB 34
664,156 664,156 00000000000000000008602db17626735c7eb0fe6656ba9548f08d14344977c6 2,100 1.00/1.00 vMB 61
664,155 664,155 0000000000000000000ce1710baceb189551891d2895c7559a5d4d3c114ba37c 2,539 1.00/1.00 vMB 82
664,154 664,154 0000000000000000000c36d4654558094b36222a4e47f2b4704fa090e0b18176 2,512 1.00/1.00 vMB 56
664,153 664,153 0000000000000000000c33a3389bb25e262264b7972989ae92052cecb093c5ee 2,357 1.00/1.00 vMB 22
664,152 664,152 0000000000000000000de5e81865e026558e5989ef6fc7088ee5ca8724a19da5 2,531 1.00/1.00 vMB 83
664,151 664,151 00000000000000000009fd3e5fb042f5aa7efc8b87130d8db135ea6846a4a14c 1,686 1.00/1.00 vMB 39
664,150 664,150 0000000000000000000c86dc1953e701c2d4a080eb197ffcb0c44b7dbb264eb2 496 1.00/1.00 vMB 61
664,149 664,149 0000000000000000000b8c5a1dafccbb937bb58209c484e99c78c93de41d8fa5 2,651 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.