Loading Tool

Explorer IconExplorer

Memory Pool

83,346 transactions
30.67 vMB
0.16722533 BTC
Random Selection Loading Transactions
Max Size: 186.11/200 MB

Candidate Block

Mining Attempt 754b80d3bab17031a1c3fcc14a63d1f56e476e7282679dfad29a5563457f4d23
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 17ffb162457b6e39c6b3b2f0e19573de15b93074f8c7ed6444faf9069f8cdefc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,053
Size: 1.00 vMB
Total Fees: 0.08623629 BTC
Feerates: 150.79 > 8.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (388,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,772 526,772 0000000000000000000f6947278c1096200c38ec5caab3da1c2d53c453f8f7fe 1,923 0.69/1.00 vMB 16
526,771 526,771 00000000000000000025e4d1f502a9dc2c34bfa11fa526def112039d97959c49 252 0.11/1.00 vMB 30
526,770 526,770 0000000000000000001e0cb0dd4af0a1a26a86d7ba640d667636a41e0f262014 66 0.02/1.00 vMB 47
526,769 526,769 0000000000000000002971a69a92d03b9a14fd1e3481b9332e59e1c0f25a1daf 1,647 0.64/1.00 vMB 6
526,768 526,768 0000000000000000000ed3a07e6cb666b84d557218297b74f43acc919683ad64 2,825 1.00/1.00 vMB 11
526,767 526,767 0000000000000000000bd42a0aca29a6f41d06fd98aac9329dc14539bc9902e0 2,805 1.00/1.00 vMB 17
526,766 526,766 0000000000000000002d22d34451b4a7f67315905d0a5c7031edf77cb00de15b 3,349 1.00/1.00 vMB 27
526,765 526,765 00000000000000000011a5e0e5cb07123aff6d90e128362cb3d4d967ce2015df 1,100 0.42/1.00 vMB 14
526,764 526,764 00000000000000000006212efb0ad8fc5b684d3763d931213fa25468d4887e5a 3,186 1.00/1.00 vMB 10
526,763 526,763 000000000000000000097f43897eb97cf612a765744d45753ae5102e9de59e9a 1,676 0.58/1.00 vMB 33
526,762 526,762 0000000000000000000b410626e2d6073049e04e63f66a2de5ef28f56256f62e 1,641 0.78/1.00 vMB 14
526,761 526,761 0000000000000000003269570be05c4855e11e9c5f4c3ea1b90d55682e8266df 298 0.13/1.00 vMB 31
526,760 526,760 0000000000000000001f2ad6c10f0bf257d0184b511cdb71c729af044df5fc63 537 0.24/1.00 vMB 16
526,759 526,759 0000000000000000001bc2f1e89decf1677daecb5b20c28d11a3f25b4f13f4c4 212 0.11/1.00 vMB 37
526,758 526,758 000000000000000000077634bf0191475bedd079eca016772eba6892fc6179f2 205 0.09/1.00 vMB 11
526,757 526,757 00000000000000000025c1f39c78bffb163600df55ac3697b589aba6cff872da 26 0.01/1.00 vMB 12
526,756 526,756 0000000000000000000b65f13d74ee8192e768aef2e11ec8743d3d5c092c8422 735 0.24/1.00 vMB 12
526,755 526,755 00000000000000000015fb3973e08bea583454844a76734946ff10dfed8b7cdc 220 0.10/1.00 vMB 20
526,754 526,754 0000000000000000002ebe2b5d1df64a523e77efced8455563901421c8b40221 1,609 0.62/1.00 vMB 14
526,753 526,753 00000000000000000006a53c08d35783a7c0bb832fb209f420e9c5a76c0e828f 1,957 0.89/1.00 vMB 19
526,752 526,752 0000000000000000001e158098813ffed7c160a1863f3aafc936a215c64c7c78 45 0.01/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.06 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.