Loading Tool

Explorer IconExplorer

Memory Pool

77,112 transactions
28.61 vMB
0.08890218 BTC
Random Selection Loading Transactions
Max Size: 173.54/200 MB

Candidate Block

Mining Attempt f21ade9c958199cb50e7a1f61b0e8cb92fef9956a8c9729b89f7766d659e844b
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 4b366414501cba4c2d8458af274cb14db23f7c495a3846effe9904caa73142a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,980
Size: 1.00 vMB
Total Fees: 0.02325939 BTC
Feerates: 402.60 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (314,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,545 600,545 0000000000000000000ea2e52e5c15b57355d55cda306839442ee85caa29ee0c 2,292 1.00/1.00 vMB 13
600,544 600,544 000000000000000000007f750759287620aa3e5e0ed50edd0c7fe68ce594631f 2,778 1.00/1.00 vMB 36
600,543 600,543 0000000000000000000e3b6ac213c5c98216334a8742c7914777a4fecd39654c 3,019 1.00/1.00 vMB 29
600,542 600,542 0000000000000000000a4aafca4fc03130460684cce63358b83fc79a1b8cb40a 2,601 1.00/1.00 vMB 10
600,541 600,541 0000000000000000000a10eb254386500d46c4dc6a68c0831b9e410e16fb5dc6 2,291 1.00/1.00 vMB 17
600,540 600,540 0000000000000000000b89b3580ce7e78cda6d1bb5b4ec13a8205fd2490ba913 2,826 1.00/1.00 vMB 28
600,539 600,539 00000000000000000005f64e1ba65775c0d17546df65aa2f39d35988f2e051c9 2,933 1.00/1.00 vMB 24
600,538 600,538 00000000000000000000c7637033bde9571e25741ed834c09f48b6c1858fcea1 2,771 1.00/1.00 vMB 38
600,537 600,537 0000000000000000000e3d63e19f5a2817e643065f578879d68abf2793e0c9be 2,067 1.00/1.00 vMB 22
600,536 600,536 0000000000000000000ba382ed19c5d0a139c93814788052c23f9ba7dd54c462 1,701 1.00/1.00 vMB 10
600,535 600,535 00000000000000000012a3b0aef541b006cbe2b441c0d7366e583196e7e797c5 1,515 1.00/1.00 vMB 22
600,534 600,534 00000000000000000008e0e06208c7d64952c2aac75283d19447d7d42f954811 1,002 1.00/1.00 vMB 75
600,533 600,533 0000000000000000001563c81b0c7d319cb62dd3b2ba1a867b0e2cf1adbf402b 2,805 1.00/1.00 vMB 6
600,532 600,532 00000000000000000011d92107954bdddd640f8326c0ad9b98a91ac736e91f82 2,355 1.00/1.00 vMB 34
600,531 600,531 0000000000000000000b78a8eba9f31037ed69e5225937aca1faeea69fb20d04 2,836 1.00/1.00 vMB 12
600,530 600,530 0000000000000000000a79797c401d5c2b53954db699ac06019e9bcc96024208 1,941 1.00/1.00 vMB 17
600,529 600,529 00000000000000000000c27066031d9643ff407b4ef8bb9312c662782107ae34 2,138 1.00/1.00 vMB 12
600,528 600,528 0000000000000000000e0192554efabff95f4848ffd2d32194add0866bbb6ef9 2,701 1.00/1.00 vMB 37
600,527 600,527 0000000000000000001274b07def803ad30fa3ac1dc7b9506559d04cbf3171d9 2,708 1.00/1.00 vMB 6
600,526 600,526 0000000000000000001439ba7c299593ca316467ad80ff9f8a754ff3cc575d55 2,802 1.00/1.00 vMB 8
600,525 600,525 00000000000000000011c715bc1605fefc7127f2a8b38380ff71e226d8eac057 2,453 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.