Loading Tool

Explorer IconExplorer

Memory Pool

41,538 transactions
26.04 vMB
0.05101223 BTC
Random Selection Loading Transactions
Max Size: 136.41/200 MB

Candidate Block

Mining Attempt 294892432b9552e37bd539e2a7c353eb6cf601f70df5c43ef2e59d0cd4b5d450
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 8f88d60d42ff66c8251d1f04888c4cc23c91c1c960a2269cf008d4fbdd9d8380
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,745
Size: 1.00 vMB
Total Fees: 0.00358215 BTC
Feerates: 18.26 > 0.36 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (128,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,290 786,290 00000000000000000004671f6aa47386fa6727e95cc3e6b463f42daa496a8363 3,335 1.00/1.00 vMB 17
786,289 786,289 0000000000000000000282361e6ee159dda3a7d9c35e5291820687c5d51d8ce1 3,547 1.00/1.00 vMB 19
786,288 786,288 00000000000000000000ce4492a8e74edd82f11d27f77feebee091c73697fe93 3,617 1.00/1.00 vMB 31
786,287 786,287 00000000000000000005c4a5ba1799f0fc14617fa0d29f949671061b6aa26dfa 3,724 1.00/1.00 vMB 27
786,286 786,286 000000000000000000029ac2bed09a341f355a12e1a0e0bd6a7b3bb7b4bf6939 3,304 1.00/1.00 vMB 29
786,285 786,285 00000000000000000003b893cc779a3c62ed7e06fdd7defc7aabc371bbfb664c 2,892 1.00/1.00 vMB 27
786,284 786,284 000000000000000000048c7de6d03af19e459350e43246326e4e8d5302024396 2,798 1.00/1.00 vMB 40
786,283 786,283 00000000000000000003b6e365533888e6eb957aab18715607168dfe0339b21c 4,346 1.00/1.00 vMB 25
786,282 786,282 000000000000000000024251d919f5582e3f6cf0191c38a1dd345684c63bf2ce 3,153 1.00/1.00 vMB 39
786,281 786,281 000000000000000000042ae1cb498f8f93dd65cfcdcc3c1820b8529c66c68371 3,082 1.00/1.00 vMB 33
786,280 786,280 000000000000000000045b022b7dc40a779db21ded4753b5d3887ebb19931dd5 2,505 1.00/1.00 vMB 21
786,279 786,279 000000000000000000053463f9a9024a57b9679d59b5e0317c2c13438255201c 3,330 1.00/1.00 vMB 30
786,278 786,278 0000000000000000000033cda256ac5b641a08df836f8022899a4d2c69786368 2,714 1.00/1.00 vMB 24
786,277 786,277 000000000000000000016e1b1e6e764668901a2550d61e027d0460a127af4bbb 2,835 1.00/1.00 vMB 34
786,276 786,276 000000000000000000026f39724ae1c9db1e0a96c3f9bf6a11255d14ca79bc2c 3,530 1.00/1.00 vMB 18
786,275 786,275 00000000000000000005930a32b916e1ae20e5c3daa8ee090dd3ae7fbc684716 2,422 1.00/1.00 vMB 25
786,274 786,274 000000000000000000055d7f5da066931255613ff032864ea5e915c3ba7562f5 2,533 1.00/1.00 vMB 30
786,273 786,273 000000000000000000036347720b5ca394bd4787827b0fab8aafa2b735bbdc6d 3,922 1.00/1.00 vMB 27
786,272 786,272 00000000000000000003468c24640261133a08de6c6f895078fe97b8c1ac35e7 3,278 1.00/1.00 vMB 30
786,271 786,271 00000000000000000001b2b14d243a45a145ae9ea680ed1fab31787aa06867c4 2,740 1.00/1.00 vMB 36
786,270 786,270 00000000000000000001bbcdb3db062ae4bdbb668c97a15279943d5fa977a3a1 3,123 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.