Loading Tool

Explorer IconExplorer

Memory Pool

80,268 transactions
31.14 vMB
0.08033091 BTC
Random Selection Loading Transactions
Max Size: 188.42/200 MB

Candidate Block

Mining Attempt 4961bb822284cce2520d17752bb9a472305b504d52221183d469a66c59b02da1
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 75c59ba09fc62364c8c56a7f3e4ced4bfc191136c3cc8ef112866bbe80305f11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,775
Size: 1.00 vMB
Total Fees: 0.01310215 BTC
Feerates: 100.25 > 1.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (128,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,494 786,494 0000000000000000000186536e096aa873174e70a6d3b6c0e8156008c9028011 1,195 1.00/1.00 vMB 4
786,493 786,493 000000000000000000003f00f223c855a4135891b38f10b04ece83d2b8b53e04 2,642 1.00/1.00 vMB 7
786,492 786,492 0000000000000000000458aec9ac665eec92b1a3aeb07e3fe8f1cc01f81d3fd4 1,153 1.00/1.00 vMB 4
786,491 786,491 0000000000000000000520e9865f7acb9e777b79f3a186231157b619f0f54d70 1,693 1.00/1.00 vMB 21
786,490 786,490 00000000000000000002ec22bf9fd6b1fc5b3121daaba77d2de32af433ddc8ba 1,250 1.00/1.00 vMB 2
786,489 786,489 00000000000000000002f92543f6adb4389b8dac88de1dc20cbab2cef3198b26 929 0.88/1.00 vMB 3
786,488 786,488 00000000000000000001239e89e92a301a444857ab0ca9ac2eeb1961d2e35045 2,912 1.00/1.00 vMB 1
786,487 786,487 000000000000000000038d005183642bad64f5eaec22447f19fba24fea04855c 2,519 1.00/1.00 vMB 5
786,486 786,486 00000000000000000000f31b7b47e775684d48d1b5ef8c842f789655bb927505 2,974 1.00/1.00 vMB 5
786,485 786,485 00000000000000000004a8c198946826a2b483d132eb5d8790efb1d62ef2c41f 1,577 1.00/1.00 vMB 5
786,484 786,484 00000000000000000004bf77c250150f05541028581465f2e5d430a0b97b1c8c 1,520 1.00/1.00 vMB 9
786,483 786,483 00000000000000000004f7f58cb9c818c96c6c0dda8e1bc78e27b9f1a1acd5cf 2,126 1.00/1.00 vMB 15
786,482 786,482 000000000000000000008af8166dcb3578491be925347e8b6df78321e55234cf 3,198 1.00/1.00 vMB 22
786,481 786,481 0000000000000000000150196ee01a0208deaa5df961df25efd178ca41f689f9 3,020 1.00/1.00 vMB 3
786,480 786,480 0000000000000000000193b678721a20fa603dbb6dc2ab1c51cf3678e36b7d4c 3,030 1.00/1.00 vMB 11
786,479 786,479 000000000000000000020033422fa2b70f83aa43b00ccc131dffed78a6d4b4d6 1,964 1.00/1.00 vMB 7
786,478 786,478 00000000000000000004f41591034b26973a9a14ea25d6f839a5f0d3a178ce12 1,510 1.00/1.00 vMB 19
786,477 786,477 000000000000000000016312ec5cac4fb657ee0bc6339d8125adf2b0774e3ed3 3,050 1.00/1.00 vMB 6
786,476 786,476 000000000000000000013366c16db97604f36e851e7e670d640879abe01f7fa0 2,853 1.00/1.00 vMB 22
786,475 786,475 00000000000000000000d939ca945a47c8923ce6ded048d2bd15d2b0d9f71067 1,951 1.00/1.00 vMB 13
786,474 786,474 000000000000000000014d75645e95cdd0e63d53082c1be555d0a60789945c30 495 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.74 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: 708.13 GB
    • Received: 16.72 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.