Loading Tool

Explorer IconExplorer

Memory Pool

25,881 transactions
11.63 vMB
0.02724334 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.24/200 MB

Candidate Block

Mining Attempt a529dec5995ec8cf690c67fc7591921779c3b00687c682e7be858c42b344bf04
Version 20000000
Previous Block 00000000000000000000e1a691ee00fa1aa3ee6a480bd6f8fe0dacb171b82813
Merkle Root 4ad3a03d65362916705b7b666e1a7866ab6aab61fc3b9fc4c1f533eb3ca3f171
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,389
Size: 0.9979515 1.00 vMB
Total Fees: 0.00819145 BTC
Feerates: 61.00 > 0.82 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,688 (759,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,705 153,705 000000000000091985dbaeb03293d8b964210be6282419c4cf7b6bb422b19db3 7 0.01/1.00 vMB 23
153,704 153,704 000000000000041b78d9a5d56161e1186fe73f714174946e32a775829cf10376 9 0.00/1.00 vMB 0
153,703 153,703 000000000000033b4a7ffdd3edc8c3748c1af97dfac4fcb5060d43e9cd7d0d95 22 0.02/1.00 vMB 67
153,702 153,702 0000000000000407c6588767b97ead1048b9f3ce2f21d463645149eb9117c26c 5 0.00/1.00 vMB 123
153,701 153,701 0000000000000cd29c8819472ec5d4d9cac4427df01b08188130ed8a5a80dab9 10 0.01/1.00 vMB 0
153,700 153,700 0000000000000cd360a431e078a07c2a14d2f5ebb4a5ec9159eb6959a497b6dd 26 0.01/1.00 vMB 15
153,699 153,699 0000000000000076589fca340ace5e2e818388c44335296190f7ecb87edb1e4a 76 0.04/1.00 vMB 80
153,698 153,698 00000000000002bbd51919842249b77147c758af5238ed53d7bae2bdf909c7c3 21 0.01/1.00 vMB 16
153,697 153,697 000000000000062bcdc0e8adeb13c76311a563cb3448b03ff4ea3f32c8ae689f 46 0.02/1.00 vMB 22
153,696 153,696 00000000000007818a3df861ee270d42c1a539ccb42693e6c9c39df0daaaaf85 35 0.02/1.00 vMB 188
153,695 153,695 00000000000007288618f4057e78196be4dd2e9c27c49afad1556a5850d3fb39 42 0.01/1.00 vMB 13
153,694 153,694 0000000000000d3e83bc58ea7a4125bad573d3ea7ce7e771359e9242a94dc6b4 27 0.01/1.00 vMB 25
153,693 153,693 00000000000005c6db3a7363a9b85f904aee0f69d8e09572d226eddbf5d2804a 4 0.00/1.00 vMB 67
153,692 153,692 00000000000005174fde283689ad52ec1b25fc506da7b18080d52ec3bad8ddb8 3 0.00/1.00 vMB 0
153,691 153,691 00000000000005dcac103cfe9451ab531b799b860410859723eb9096d358d51e 4 0.00/1.00 vMB 29
153,690 153,690 00000000000001934996969d4f265f5520025b4236d4cdd6a03a2be442cc7b02 6 0.00/1.00 vMB 0
153,689 153,689 0000000000000be55c9dbf90029e61b1ece36b9adb518a14020d983567932846 4 0.00/1.00 vMB 52
153,688 153,688 00000000000006e39af3214c81e4170cd71bf2b5bed25089cd350a779a3f5c02 9 0.00/1.00 vMB 71
153,687 153,687 000000000000066b5d2b04d438975e3fd23ef4f0fb4b172a86c7d4cf398458e5 13 0.01/1.00 vMB 12
153,686 153,686 00000000000004a60ee3d51e344361f37db89b8e753fab5e5377cf2c72053e0a 13 0.01/1.00 vMB 180
153,685 153,685 00000000000004b9817d12978c0c5b09a49082c9be65f04aa242d7e87afa3d68 33 0.02/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 780.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 489.95 GB
    • Received: 3.35 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.