Loading Tool

Explorer IconExplorer

Memory Pool

80,947 transactions
31.39 vMB
0.08607859 BTC
Random Selection Loading Transactions
Max Size: 189.76/200 MB

Candidate Block

Mining Attempt b2c0a6df2473ebab212613c94db31aee0f519793ce3dda2a3321b64e71332745
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root a1b2971432c27794d5f73df95f0fa9ec2c40cf3f3597618776a446605d05be00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,058
Size: 1.00 vMB
Total Fees: 0.01802481 BTC
Feerates: 150.65 > 1.81 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (294,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,309 620,309 000000000000000000072b6202f57aba4e63ab049fd5665c14b93097545503bf 2,123 0.66/1.00 vMB 15
620,308 620,308 00000000000000000008e5fa9929a5a96333bdbb381fd3ccdc69becab6889bbd 2,295 0.79/1.00 vMB 14
620,307 620,307 0000000000000000000f8bea78ea3a22f0b1fbf9aff07e85ed5e23ae4f1d2bdb 2,480 1.00/1.00 vMB 10
620,306 620,306 00000000000000000009504a9736db303d41f40803eaa4d7e84e58ce30ed8e2b 2,860 1.00/1.00 vMB 7
620,305 620,305 0000000000000000000a5aae6e33ffa3feeaf8818dcb12fedeceaa6b924275e6 2,383 1.00/1.00 vMB 17
620,304 620,304 00000000000000000006344f44f2be44a565c6c048e2aadcbed5f87c598348eb 3,036 1.00/1.00 vMB 24
620,303 620,303 00000000000000000007b1b91b0feabf4665238da4cea8fcf2129e40f53f7a08 3,026 1.00/1.00 vMB 19
620,302 620,302 0000000000000000000f498f0ac355838486e08fd78d697623988f83391783aa 2,789 1.00/1.00 vMB 38
620,301 620,301 0000000000000000000cc7f5b363b40b2306a92add92e9d6cfc3493932c2e703 304 0.10/1.00 vMB 21
620,300 620,300 000000000000000000121625c7d50202c8c73714d44e83a0ce361985356bd3ea 1,514 0.52/1.00 vMB 21
620,299 620,299 00000000000000000003b0c3d461bbfd54ecb1d211a18b4a13a3ea7cbf8ff028 284 0.08/1.00 vMB 14
620,298 620,298 0000000000000000000170dfaa696d9d37f414febfc9f41f4cc0b418f087c51f 2,056 0.70/1.00 vMB 17
620,297 620,297 000000000000000000097919cdb5a33bc74e13e48df791a6866fc41493c9f7f4 1,030 0.32/1.00 vMB 22
620,296 620,296 0000000000000000000093c1ccbe023a7f850d6024238da167d70e57e4e795a2 854 0.29/1.00 vMB 21
620,295 620,295 000000000000000000007bddfa742c2f88f642aef277bba958783852f2ec112a 824 0.28/1.00 vMB 16
620,294 620,294 0000000000000000000ccacc2b7aa0ce7556e1bed883088355e3150a7789103d 1,731 1.00/1.00 vMB 5
620,293 620,293 000000000000000000009c77c19e862115699d5ee431627a0e4bd8b9134a4bb2 2,790 1.00/1.00 vMB 16
620,292 620,292 0000000000000000000e771f57687f44b2a12e7f8baaecae7f0f35a577a1c326 2,844 0.99/1.00 vMB 4
620,291 620,291 000000000000000000020f7d1b00fe0a615ff1ca40cfae499944e2b07e705760 2,552 1.00/1.00 vMB 14
620,290 620,290 000000000000000000073424b96c58d78e0ee751e81add1094053a6fa3670eca 2,300 1.00/1.00 vMB 3
620,289 620,289 0000000000000000000e85ad803aa94f86a5e048e099143c5fdba198b8d9c031 2,077 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.