Loading Tool

Explorer IconExplorer

Memory Pool

49,337 transactions
29.75 vMB
0.21884948 BTC
Random Selection Loading Transactions
Max Size: 156.23/200 MB

Candidate Block

Mining Attempt 3548b112e049e33c87c1ba269837b4d2cef7c2b6e4a070e9eae8e7711220e7ff
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 75f0798120b6624f18ac4c348983a7d33567395ba66e8b7ff3efa04c729d73d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,979
Size: 1.00 vMB
Total Fees: 0.08368103 BTC
Feerates: 150.67 > 8.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (249,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,641 665,641 00000000000000000002be5852cb3d72f33b553fe5cfd49afbd770f43c1ea208 2,666 1.00/1.00 vMB 127
665,640 665,640 000000000000000000066c28f2dc6a0cedd0c1ea622c8647d723babd907a5da6 2,861 1.00/1.00 vMB 124
665,639 665,639 00000000000000000005866e210a3c1921bcf1bfd8321c176fa37ebafd9f7ed5 2,301 1.00/1.00 vMB 131
665,638 665,638 0000000000000000000d7704c99f2e9541f7d55c34a0c3e7b532742ff342d484 2,333 1.00/1.00 vMB 152
665,637 665,637 00000000000000000004b34a2a7586785deff9d1bdbf9af99f1f609638418b96 1,852 1.00/1.00 vMB 111
665,636 665,636 0000000000000000000b1a2c72592879ec11f935ece824291b494e719b2f4c56 2,171 1.00/1.00 vMB 124
665,635 665,635 0000000000000000000c4e4f5c4b5771aced2afe560614477bb21ea53c1a86b4 1,493 1.00/1.00 vMB 112
665,634 665,634 0000000000000000000391fda8e961dc727f15448072e728d4292cb6fbf122c3 2,395 1.00/1.00 vMB 112
665,633 665,633 00000000000000000004ff9d0e551b8b542fd871bebbebef706ebad5fcaca345 2,590 1.00/1.00 vMB 109
665,632 665,632 00000000000000000009f2dc31df02ccbe2e1448421af7a26501e3e9e05cda1b 1,704 1.00/1.00 vMB 116
665,631 665,631 0000000000000000000bb974cf484ea7252b34494917e6010adc102ca3faa7d4 1,397 1.00/1.00 vMB 119
665,630 665,630 00000000000000000002057f43cac6386b5e3586c2c7de3d8650220a7cc0f502 2,414 1.00/1.00 vMB 121
665,629 665,629 0000000000000000000913c971945f17c0b2ac82b0f2e7727b7f639d0bc57f41 2,172 1.00/1.00 vMB 137
665,628 665,628 000000000000000000035fd4020f4597ffa9f08fad9ce7b7bb9bbf901931e3cd 2,485 1.00/1.00 vMB 152
665,627 665,627 00000000000000000006f120c962019d7f87a1e53eba0448bbfbaa4ec953055b 2,486 1.00/1.00 vMB 145
665,626 665,626 0000000000000000000340f9e3645c1293f81ab4d458d86d4b219a3888699a1d 2,441 1.00/1.00 vMB 134
665,625 665,625 00000000000000000006470defe1915ff269e5e4abe79293de80c0997952ba9e 2,600 1.00/1.00 vMB 107
665,624 665,624 00000000000000000007b3efc2a8f1c14e3e6c66ef1145e59e3401194d7330d9 2,719 1.00/1.00 vMB 113
665,623 665,623 0000000000000000000a3e87d59da98da8249321d7eee4eddb2497447be1d4cb 2,952 1.00/1.00 vMB 127
665,622 665,622 000000000000000000013e380ab296734da264c7725745562bf9bb8b9054381d 2,138 1.00/1.00 vMB 110
665,621 665,621 00000000000000000006e1abc13a73d6cd9029eefd5e581de7f147e14218efbb 2,248 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 781.87 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: 644.98 GB
    • Received: 12.63 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.