Loading Tool

Explorer IconExplorer

Memory Pool

80,339 transactions
29.88 vMB
0.09108837 BTC
Random Selection Loading Transactions
Max Size: 182.43/200 MB

Candidate Block

Mining Attempt 2e8c990604e286537f7e2135c0578a78099a0dca6ef1f9a1ebc82f4eee03c74e
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 42bfdbd67b92093d6b788249b5c6e639ff2488f0be4ba254e3f29c000957b18c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,406
Size: 1.00 vMB
Total Fees: 0.02471187 BTC
Feerates: 402.60 > 2.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (501,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,417 413,417 000000000000000001dda4904f53e1855019c98307782ffbd678959c8feff4a6 58 0.02/1.00 vMB 46
413,416 413,416 000000000000000002c4e5c40f18255e0f8c3d52115e0aa34639d1701c7e51f5 643 0.25/1.00 vMB 59
413,415 413,415 0000000000000000016fa7ea2c50e82931b829f7fa087aba996e03cfc2d65732 582 0.41/1.00 vMB 36
413,414 413,414 000000000000000003a23dd1c1bdfc171aa25af597cff53189dba24d5bc1fb90 1,018 0.99/1.00 vMB 28
413,413 413,413 000000000000000004da88fdd5c2e88f6ae79952f1d7f3027c8b43465b2ec854 2,614 1.00/1.00 vMB 57
413,412 413,412 000000000000000003ddf1f5d5626c582853dc1e15f1b46da36c0889cb93315a 181 0.06/1.00 vMB 54
413,411 413,411 0000000000000000038989fc211ca290ec24378881bdebbdcacfc566dec00015 899 0.32/1.00 vMB 62
413,410 413,410 0000000000000000019b9df925db0f59485b74f6f8b62a3536089925862944fd 319 0.98/1.00 vMB 15
413,409 413,409 000000000000000000c0548b8be896e7c4d9e14610123bcaee200de50c74d515 1,123 1.00/1.00 vMB 27
413,408 413,408 00000000000000000443e66b1c5ae145f5adf0bc2c2757346b4706b43a1fa53c 465 1.00/1.00 vMB 16
413,407 413,407 000000000000000000fc146c7b3620bc47d1d858a51f16cc82dd5151c7039a86 1,150 0.50/1.00 vMB 53
413,406 413,406 0000000000000000003f0356f7a38fd8d8990cb9572100afdad46d6b0d38d496 304 0.88/1.00 vMB 14
413,405 413,405 000000000000000004d56f2ef07fa97ddfeacb9e5d6a95a2b6c9d4e71510b41a 1,961 1.00/1.00 vMB 54
413,404 413,404 00000000000000000319524f1034d7164d3a8cdbc603c907dd4ca1bcb0ff6868 1,135 1.00/1.00 vMB 30
413,403 413,403 0000000000000000018e0b26cf313288d5e28479415b2eb7c2a9c008b57c3d9e 637 1.00/1.00 vMB 23
413,402 413,402 000000000000000001ed1f89ea317a9170a44d74d34d8df841a1e3c735cd9545 1,546 1.00/1.00 vMB 56
413,401 413,401 000000000000000004475423ca0a206308a6079a788ab51a3cc73102742fb7ec 1,585 1.00/1.00 vMB 54
413,400 413,400 000000000000000002d8f8c15ac643bfdd49b2e4fc418106eaf784b72de0dd7f 1,728 1.00/1.00 vMB 40
413,399 413,399 0000000000000000027d226c707180f63b15199a02004f56be76b35c095d08f4 1,488 1.00/1.00 vMB 33
413,398 413,398 00000000000000000420ccddc8d0a73e7b9a249d40425b091da6cd65ed6d0da1 778 1.00/1.00 vMB 16
413,397 413,397 00000000000000000357d194da1e1ce70955a81dd87d0e1bce8f46597e71fdcf 1,871 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.