Loading Tool

Explorer IconExplorer

Memory Pool

33,223 transactions
25.15 vMB
0.05011640 BTC
Random Selection Loading Transactions
Max Size: 127.68/200 MB

Candidate Block

Mining Attempt 9c9aff147a6618bca9922bac84175364bc0c421d42514b1eef8e16bc4f8dc311
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 63b83654dafb757310b0b4f83488c17df72d7c788c2bee20294f034b2a2084b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.00501589 BTC
Feerates: 75.37 > 0.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (520,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,019 394,019 00000000000000000971af487b5e590a7d79374813c74276ee595245da200356 1,291 0.88/1.00 vMB 25
394,018 394,018 000000000000000006e8e0ba793d0e7c91967915311b4b877b23893d13e70b34 1,400 0.99/1.00 vMB 27
394,017 394,017 000000000000000006cd1b4e64d23a8ccc523cbda7d4b0789384f31f35fa42bb 1,967 0.93/1.00 vMB 44
394,016 394,016 0000000000000000033518356da50a0f6157d842e88785d2af9c96cd5229fc54 1,588 0.75/1.00 vMB 37
394,015 394,015 000000000000000001780efbf30a2ef0d8b85f55932dd2ac7f27f78d93882eed 2,593 1.00/1.00 vMB 41
394,014 394,014 0000000000000000001d0cb7834131a237567c8fe1741bb9e1245286c4956b61 1,705 0.75/1.00 vMB 39
394,013 394,013 00000000000000000573e32fa7cd1eb4abd43e5bf4f67a791eebe5e12885528f 2,603 1.00/1.00 vMB 53
394,012 394,012 0000000000000000048201ff527e2599475678ea9c19e8ebefc2fd182535694f 955 0.83/1.00 vMB 14
394,011 394,011 000000000000000007d2bbffca97e30eaca74b700443d9f1a6560ee610a65f46 1,348 0.63/1.00 vMB 35
394,010 394,010 00000000000000000532c6c8e0bb0d9d78eb3a8f4f2deaf292ce2c88fcf53fb7 806 0.43/1.00 vMB 29
394,009 394,009 000000000000000004b71fe61c7441081fcca88597a6db4a5a018e681989c7ea 1,948 0.93/1.00 vMB 34
394,008 394,008 00000000000000000241a46f7e827280f82b8c9b9ee7bda596a24dd5c05cb55b 892 0.44/1.00 vMB 34
394,007 394,007 00000000000000000390b756ff964138e55fd0ef5615576249309f023733188b 1,295 1.00/1.00 vMB 28
394,006 394,006 00000000000000000795d954f02051c8e1d8dfe3f48f8f3e69261b078c1a0393 1,750 0.75/1.00 vMB 40
394,005 394,005 000000000000000009419dff740690fae1ad3afe93d16ed7e0d30d6121a55916 2,401 0.95/1.00 vMB 43
394,004 394,004 000000000000000006d9b8e2dfd1ab50108dd3cbd24e9759b5224e7256d11051 1,747 1.00/1.00 vMB 26
394,003 394,003 0000000000000000086408e83fc05a8e162c8067ae25b9b9a57c330fd7315514 1,103 0.75/1.00 vMB 43
394,002 394,002 000000000000000008f1f4c1ae6cc0568e3ca69c9cefac0f20ef0d18c0e7dda1 1,634 0.91/1.00 vMB 50
394,001 394,001 000000000000000006d90033ca2d3e257db9853761609cf17b00cc6a6e705f48 1,198 0.75/1.00 vMB 40
394,000 394,000 000000000000000009ae6157a480e351cdeb8be494362a3bf3cd1c4feedf8ad6 1,345 0.93/1.00 vMB 23
393,999 393,999 000000000000000001795f2eb8020d5f46dba429a5f107343709174dfafd26d4 1,054 0.52/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.