Loading Tool

Explorer IconExplorer

Memory Pool

81,982 transactions
32.00 vMB
0.08262107 BTC
Random Selection Loading Transactions
Max Size: 192.89/200 MB

Candidate Block

Mining Attempt b6fed5ce1214f415441ca504fa331dd16e2831ad491a9fefaeac40d5cfb6cb4e
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 2fb4d54d417494e5604113acaba26ca386e43aad38dfb98c0878083a5a645a0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,174
Size: 1.00 vMB
Total Fees: 0.01235544 BTC
Feerates: 40.21 > 1.24 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (525,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,140 390,140 00000000000000000314a6fca2b37c05fd4ea7bb24b19e7a3ca7b59c3e987d4f 718 0.33/1.00 vMB 36
390,139 390,139 000000000000000006e91ee440cbd7011c54b85a32dba1bd21f0c2fa2d34b76a 480 0.25/1.00 vMB 27
390,138 390,138 0000000000000000078258ac7fa46f73ef7d539041df2a62a4e8742e365df23c 860 0.54/1.00 vMB 37
390,137 390,137 0000000000000000053bc30638b1a1fdf12c656c117bc7f98002006fd6b747b7 926 0.57/1.00 vMB 28
390,136 390,136 0000000000000000069e126c18d2ccea09ed9058033904e41e9832c600fb7f19 1,532 0.90/1.00 vMB 33
390,135 390,135 000000000000000009920e0cf2214263fac7ba4b8e18768227166cc0b3a81743 2,288 0.93/1.00 vMB 49
390,134 390,134 00000000000000000899954b6c0691ed84ba4ef9257b690c216f1d38a0924636 248 0.15/1.00 vMB 23
390,133 390,133 00000000000000000358546c7d5810b542d339eb1b48e2c67507b7100c2dd716 878 0.75/1.00 vMB 19
390,132 390,132 0000000000000000036a8249e4a0dda57479b2ccc49c5c8dff8eac9ed3d8a481 636 0.25/1.00 vMB 35
390,131 390,131 00000000000000000171635d0f24d93b5da02663959a4ce4dd48d74cdd0f9b8a 2,196 0.89/1.00 vMB 38
390,130 390,130 00000000000000000562f9dc79663bfe9412fa4c1b7817bb43c996670d00c554 1,294 0.58/1.00 vMB 36
390,129 390,129 00000000000000000252ade2da3f526ab18c00cd2a6b776babe67b3ced71c060 1,007 0.38/1.00 vMB 38
390,128 390,128 0000000000000000030556c22c9fcbc32db567bf0c23ab5a71742962fe33377a 1,671 0.95/1.00 vMB 25
390,127 390,127 00000000000000000a35b3f501959e1702e1b080d1a8a0a691409635cb64165d 2,560 0.95/1.00 vMB 55
390,126 390,126 0000000000000000015402b539a4dfdcf11677cb9ae421c5c0a7b1d6e8ab44b5 353 0.25/1.00 vMB 24
390,125 390,125 00000000000000000628da571c5f19f4ad5a7a176e2a94f994bf7dcfdd2ad258 1,044 1.00/1.00 vMB 21
390,124 390,124 000000000000000008b6a5884c60fe29c4fa5ad9159f1f46090a5a5b1d2becee 942 0.35/1.00 vMB 38
390,123 390,123 00000000000000000971425d2a06ed7a0ce752f9a2076368d1c4ee7e8201d32f 1,399 0.87/1.00 vMB 26
390,122 390,122 000000000000000009cbd4b828abbfe69da50521090cbca4d9a6e447487c9946 2,474 1.00/1.00 vMB 39
390,121 390,121 0000000000000000006929ff10cb18a017c012b51213658b34d7ed9b930d2669 578 0.27/1.00 vMB 32
390,120 390,120 000000000000000000912346812e264eb98ad41631fe4f97ec8f7caee6bc48cb 1,823 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.