Loading Tool

Explorer IconExplorer

Memory Pool

86,464 transactions
31.64 vMB
0.14842440 BTC
Random Selection Loading Transactions
Max Size: 190.79/200 MB

Candidate Block

Mining Attempt fed599b84c1d2f2d674266b2afb5fea6a7e983ccc4226920b438516d8c285331
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root c31248eb17d6364cc640284af7040e4fdbdc13310f7b798a007cc27f443a180b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.06495114 BTC
Feerates: 214.31 > 6.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (261,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,603 653,603 00000000000000000007663cbae36ef2d54750b403ef01b474293f5a55b559aa 3,120 1.00/1.00 vMB 79
653,602 653,602 0000000000000000000c1e663fbf2bd34ad0ff7e844b61c90c287e2058345b42 2,879 1.00/1.00 vMB 95
653,601 653,601 00000000000000000004391e8eaed145da9be35d829c40197d7bc17d11ae6c85 1,809 1.00/1.00 vMB 100
653,600 653,600 0000000000000000000dd1c04aa7fb16a644e1dc7cc9104d805199fca5afbeea 3,299 1.00/1.00 vMB 88
653,599 653,599 00000000000000000006e8cc0e909bfe8d6d989a3a08b4ff9c436e0ca16d1e2f 3,210 1.00/1.00 vMB 84
653,598 653,598 0000000000000000000528d8f22d2a6bf576367bceef0be3c6a2bb345e395a53 2,947 1.00/1.00 vMB 92
653,597 653,597 000000000000000000097d4d8c94c8453e9514b8d9e38fa19c46723b3b64e976 2,906 1.00/1.00 vMB 95
653,596 653,596 000000000000000000075e0ed72ff5d2ee55e475ee8c0b648945b0c7577963f1 2,533 1.00/1.00 vMB 108
653,595 653,595 0000000000000000000d89802503f9d350f33ca4a7ccbcd6c1465a7f578ac00f 2,678 1.00/1.00 vMB 95
653,594 653,594 0000000000000000000db54f129328bde8176f6376af38024699699d91257210 1,435 1.00/1.00 vMB 95
653,593 653,593 0000000000000000000ad342fc770e467b99b51428a9435882ee77f13048da73 2,897 1.00/1.00 vMB 110
653,592 653,592 0000000000000000000b6e1310851998b1a8cae2f6c7ddf219f0a0b56a3fd31a 3,269 1.00/1.00 vMB 115
653,591 653,591 00000000000000000005d9bb789aa9168189186b170ee2915cd48a878a08520c 2,023 1.00/1.00 vMB 106
653,590 653,590 00000000000000000000dd84a69ed31302f12e693bccd5f42921c5865d9d8fde 791 1.00/1.00 vMB 96
653,589 653,589 0000000000000000000a4a995797b9e6fae8d04bb272c31d7ad85b600dad0b26 2,806 1.00/1.00 vMB 85
653,588 653,588 00000000000000000001bc28fe139fc7720e7bc832481aee55b3f8ce3273e974 2,548 1.00/1.00 vMB 64
653,587 653,587 00000000000000000002094ecc5dcc56c1415627e8fec1040aa62b6b76511106 2,436 1.00/1.00 vMB 62
653,586 653,586 00000000000000000009700ef7b541c2447682687282ca864324770441b0d3c4 2,696 1.00/1.00 vMB 75
653,585 653,585 0000000000000000000ab71d362c791f9a3c5570619dd150c75297c9624f6e7d 2,917 1.00/1.00 vMB 65
653,584 653,584 00000000000000000008605cbb2ecf818dd7af07f5f3b02b762cba440ac2e799 3,216 1.00/1.00 vMB 65
653,583 653,583 0000000000000000000d6fc53d00ad7fd84387eefc8082d8ccc45e796cb202e3 1,973 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.33 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: 660.72 GB
    • Received: 14.77 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.