Loading Tool

Explorer IconExplorer

Memory Pool

46,575 transactions
27.30 vMB
0.08197928 BTC
Random Selection Loading Transactions
Max Size: 144.34/200 MB

Candidate Block

Mining Attempt 1579c188df59a7fc9e6280c0748f037fbb2ae57af681ca6a3abe258e61dc1fd6
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 8d1aa73b5813faba1831b0b929f5619af1a66c03e27ce3b0487cb0f15e524cc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,900
Size: 1.00 vMB
Total Fees: 0.03055404 BTC
Feerates: 298.51 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (421,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,610 493,610 000000000000000000064499be986f7156d93fd6ac2d718e0ecbc5e1332e7758 416 0.21/1.00 vMB 199
493,609 493,609 000000000000000000bb96e04462e40cb20df908ff7a9b297179a718ca43a416 2,291 1.00/1.00 vMB 22
493,608 493,608 0000000000000000004d5a8347de8ef6ee25dbafd738aceabf19d5de6dbacd2e 2,235 1.00/1.00 vMB 157
493,607 493,607 0000000000000000005fe4ab9d5bffed1b7081b54a06450c525811f8aae8504d 1,781 1.00/1.00 vMB 60
493,606 493,606 000000000000000000620287ec61bab08c8fd5346955f8bab1c994b7bc723d06 2,310 1.00/1.00 vMB 231
493,605 493,605 0000000000000000000fa24f7f02a86de3a8a2e18c9a382f593337da9cc8406d 2,091 0.94/1.00 vMB 162
493,604 493,604 000000000000000000767e88a140393a274ae04546ff5d26c37c4b2c7a8de484 2,389 1.00/1.00 vMB 256
493,603 493,603 000000000000000000b131c090f52e0ba24a472db9e79600323d945e97732013 1,534 1.00/1.00 vMB 34
493,602 493,602 000000000000000000373510fe579b16f05137418a7c33a5616a30f1f49dc92b 2,428 1.00/1.00 vMB 71
493,601 493,601 00000000000000000031f3f5bdde675cab18de8a35159c1faa4826e63ac63290 2,049 1.00/1.00 vMB 51
493,600 493,600 0000000000000000001fe9879c2bc475235c5da54a504deee75c50de9d509ab5 2,126 1.00/1.00 vMB 102
493,599 493,599 00000000000000000007964936202e3a49acee1ed8dc36f6d58438808c466cff 1,155 1.00/1.00 vMB 15
493,598 493,598 00000000000000000075bf3b72636461aa1e3cdf2597d2769d920be22f336283 1,818 1.00/1.00 vMB 126
493,597 493,597 00000000000000000091225381282f3254755edec848b344f70a21a3ca9d3b0d 1,507 1.00/1.00 vMB 59
493,596 493,596 00000000000000000003f35fbde750fb8c72645f9b10541f8d16b3858675085b 1,329 1.00/1.00 vMB 102
493,595 493,595 0000000000000000009c23ba7f7582ed4c52cffea10db34be0a89e48208611b3 2,392 1.00/1.00 vMB 64
493,594 493,594 00000000000000000040c74c42acecae5daa5b4b857c7142dc05641836a41ea6 1,853 1.00/1.00 vMB 165
493,593 493,593 0000000000000000002bd20298ef087d8ddbc1dc8b07ac32c5e67de70417e6f1 828 1.00/1.00 vMB 277
493,592 493,592 00000000000000000064280edb0810c2257f10cfed2e3fb4cb6c3be30b6066dd 2,276 1.00/1.00 vMB 28
493,591 493,591 0000000000000000003196c43c1025792159dd270f8fea9df26f3ff638a3705e 2,336 0.92/1.00 vMB 232
493,590 493,590 0000000000000000007d01034264b9411e5264b27531b66d3ce68f41b67ba8a4 2,257 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.00 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: 648.91 GB
    • Received: 13.10 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.