Loading Tool

Explorer IconExplorer

Memory Pool

81,945 transactions
30.90 vMB
0.08432175 BTC
Random Selection Loading Transactions
Max Size: 189.31/200 MB

Candidate Block

Mining Attempt 674e8e9664da0b596e36304311f90d0f739cd3f7f69d441ef22d5ba3fcf07d34
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 27b96f642a6fed378730151e3edac9a5fa2289549ffb2af79421834aef766f2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,448
Size: 1.00 vMB
Total Fees: 0.01478762 BTC
Feerates: 100.00 > 1.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (294,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,314 620,314 0000000000000000000f4bd3a3cb53d0656a9b7943233c8152ec6673cd647070 3,002 1.00/1.00 vMB 31
620,313 620,313 00000000000000000006a64d875f83ddb443a8a5d6c2c4b609cb38df15c9da45 378 0.13/1.00 vMB 20
620,312 620,312 00000000000000000009b96b6083c084c2cbc1e3322f0e3e99a95950ad984a4d 907 0.28/1.00 vMB 21
620,311 620,311 000000000000000000107b5ed69af8b3eb0c916da1c3814350586ac5a06e0cfb 2,870 0.89/1.00 vMB 10
620,310 620,310 0000000000000000000e0f6ff3247276c59a536f6e898f67e683c8cbbeae8d4d 2,656 1.00/1.00 vMB 22
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
Previous 10 blocks ↓
Total Size: 782.77 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: 709.32 GB
    • Received: 16.88 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.