Loading Tool

Explorer IconExplorer

Memory Pool

73,470 transactions
28.34 vMB
0.07819080 BTC
Random Selection Loading Transactions
Max Size: 167.71/200 MB

Candidate Block

Mining Attempt e737c51cbe77ecd82150bc1aa49568b5fcf29c5d13675558240ed7cc1a096f01
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root ab39762a08c6e98d82ce8181ecad5b3432a3dcb8c0465a50b16ebfc08780922f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,561
Size: 1.00 vMB
Total Fees: 0.02120840 BTC
Feerates: 152.31 > 2.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (750,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,255 164,255 000000000000022424d2f359da24f79b67b758a0c8d60fa62463e9414680ba8f 6 0.00/1.00 vMB 142
164,254 164,254 0000000000000ab91f3b5b881fea135430fb282b679eda7823daeb9af44ed117 66 0.03/1.00 vMB 165
164,253 164,253 00000000000008f58e381ec2bb7f52c193c34a4d76851faa3096c75e2906bd9f 16 0.01/1.00 vMB 416
164,252 164,252 00000000000000609dac532b7ea902073e3e70059bd1cbf1fc276879e79ea66d 29 0.01/1.00 vMB 127
164,251 164,251 00000000000008950b4a4da0ab7ce17bc074031a42c875d250a8171c0fd94bfa 40 0.01/1.00 vMB 283
164,250 164,250 00000000000002a7cdbe324ce9baeda8452a4a090d5ed0003943116b37751ded 13 0.01/1.00 vMB 18
164,249 164,249 00000000000001e7f8de9fe27a03a6ee918c07f753c3118e7343627995fbfd80 40 0.02/1.00 vMB 99
164,248 164,248 000000000000042e73075a3a86658bfd3bec90e7ec9bb88e3cf99c1723bc86fc 37 0.01/1.00 vMB 99
164,247 164,247 00000000000001cc0448e259a49f4cb21ad2b1d4e0bac3b6f2aaecda0147eb66 83 0.03/1.00 vMB 11
164,246 164,246 00000000000000443f07eff02a3a5f2414aa6f672d70373994df3c329325ea6f 100 0.05/1.00 vMB 3,865
164,245 164,245 00000000000001c620823f17483352c1d77b86c336e66623f07a6f9e08609b61 85 0.05/1.00 vMB 40
164,244 164,244 0000000000000c7042aa3e503a9ee68b80e05d7f45e9de8c80d7e8bceedf171a 17 0.01/1.00 vMB 64
164,243 164,243 0000000000000c04c9d86de177f9320b3c8eca807b25b6b592b5a2b702eb3544 3 0.00/1.00 vMB 143
164,242 164,242 0000000000000c005cd5228bad45d390a7347a453958aaf66c44a2f70aac1267 23 0.01/1.00 vMB 151
164,241 164,241 0000000000000b58c465c0381d1693f7f7a3335c4263572fd3458ecd27e233a7 74 0.02/1.00 vMB 0
164,240 164,240 00000000000008dd0b5d31c7b7f29d8ed9bfe37d7c5d5e32bf3d9ed7b8703483 25 0.01/1.00 vMB 75
164,239 164,239 000000000000015457408ba7a6f642646f383b3ce8cfc431d59c33d16334b65e 75 0.04/1.00 vMB 115
164,238 164,238 000000000000019f3963c73936ccaafc4e362f896d26ebdb8d5b7ed20c931918 25 0.01/1.00 vMB 46
164,237 164,237 00000000000003bd4a0c35b67db39ee49178b0114c451b68f04c7ca9c0e49c58 66 0.03/1.00 vMB 107
164,236 164,236 00000000000006e74bab7ccb785a6b4a481a695f4dc617723642cb69e2e786c2 9 0.00/1.00 vMB 799
164,235 164,235 00000000000009e001480a6bd37b8ab46b2e2f8ac578dfe387266946bbe88cf3 18 0.01/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.45 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: 667.47 GB
    • Received: 15.25 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.