Loading Tool

Explorer IconExplorer

Memory Pool

76,905 transactions
29.78 vMB
0.10298952 BTC
Random Selection Loading Transactions
Max Size: 179.93/200 MB

Candidate Block

Mining Attempt 314b7f57319a136e87dde1f5e7b9dc994fcad1d9dbac95195f973044f604ec35
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 087b2f6d9e6b4aa6cabdd2647a0a2ce0677bbb77bcdc880dd31a71b9696f66ce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,107
Size: 1.00 vMB
Total Fees: 0.03535938 BTC
Feerates: 357.61 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (30,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
885,182 885,182 000000000000000000004df2c2b2256f29451389fd588befd80778fad0cce118 4,927 1.00/1.00 vMB 4
885,181 885,181 0000000000000000000071f34b3e6cd18c02fea8cb4095e501bb1500efeadf6b 3,738 1.00/1.00 vMB 5
885,180 885,180 00000000000000000001abd47a00322aa5c6687b11a69c8eb47519dc3c118e8e 5,308 1.00/1.00 vMB 4
885,179 885,179 0000000000000000000250965f26a89b794b8bceabe453a05e36a303c5058704 3,153 1.00/1.00 vMB 4
885,178 885,178 0000000000000000000153f69345a757e8b45250516606c34bbcba2669d5e2d1 4,257 1.00/1.00 vMB 5
885,177 885,177 00000000000000000001b95649042d7a864e2e7d02b40b96c0d2e5786dae43a2 4,588 1.00/1.00 vMB 5
885,176 885,176 000000000000000000017c4f258eda651a951f971a13b45cbac2e0b826cecfb3 4,055 1.00/1.00 vMB 5
885,175 885,175 000000000000000000025d66209da729b717e0c4f416c12f71b28e428aeb7fb7 4,074 1.00/1.00 vMB 6
885,174 885,174 000000000000000000003d836bcc7f479e24910722587b4d0282b678312860f6 3,219 1.00/1.00 vMB 10
885,173 885,173 00000000000000000001bec11c99314aed954326970cce797dc974b3171a8b95 3,646 1.00/1.00 vMB 8
885,172 885,172 0000000000000000000227653ea063e769656bc9ea00fd9fee1a0600ff1a7b2d 3,169 1.00/1.00 vMB 10
885,171 885,171 0000000000000000000042702663ab28aa3510c4dde873d9ebbc0a0d53e3c41f 699 1.00/1.00 vMB 4
885,170 885,170 00000000000000000000c6c0716f399e131ba50b36e199c6bccb6b6f16151c1d 3,138 1.00/1.00 vMB 8
885,169 885,169 00000000000000000000e78ce2c3c0a87ee4830361da9600aac482abe85f69fc 2,525 1.00/1.00 vMB 5
885,168 885,168 00000000000000000002077dd944064c64becab33200716386eb5ec1e705bd0d 3,433 1.00/1.00 vMB 8
885,167 885,167 0000000000000000000153bf52a478fb57add8005b3bb8bf963cce3c8b795291 516 1.00/1.00 vMB 4
885,166 885,166 000000000000000000004c692736f22e9d67617a56e9f941d4f5e8a228961363 2,942 1.00/1.00 vMB 7
885,165 885,165 00000000000000000001fc4dc5144c97eea40d15578ac66d89b7f05bc06d6643 3,476 1.00/1.00 vMB 9
885,164 885,164 00000000000000000001d71a6eab54749804f8fadf530c26d7e26df7e49b9737 1,324 1.00/1.00 vMB 4
885,163 885,163 00000000000000000001a76c1246f64932bb290c083e42d3a9f5a7fe6bcba319 4,209 1.00/1.00 vMB 5
885,162 885,162 000000000000000000023c5b609812a4c7a62b4a09f3361936bebe8f0f8adb71 3,290 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.15 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: 744.21 GB
    • Received: 18.71 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.