Loading Tool

Explorer IconExplorer

Memory Pool

80,395 transactions
30.63 vMB
0.10310190 BTC
Random Selection Loading Transactions
Max Size: 185.88/200 MB

Candidate Block

Mining Attempt 2577ca73693520670e8dd769820c5acfd1c911577d4dc50f4652c5fc8197c069
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root b17236854fda81a2109ea3bb21f791979fd65e2bf4b610039aae2d526a4a6f1f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.03197592 BTC
Feerates: 318.30 > 3.20 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (32,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
883,331 883,331 0000000000000000000257ee8a961554df42b68b55b4cd14e45979a89fe28ce9 1,811 1.00/1.00 vMB 3
883,330 883,330 000000000000000000023637c6d4fe9cd6016f2488a0909ce96fc98be8cb8450 3,568 1.00/1.00 vMB 4
883,329 883,329 0000000000000000000188573aaec2f906724abb0a49f6de65a8674030a131bf 2,901 1.00/1.00 vMB 5
883,328 883,328 000000000000000000003ac0a58830f247c3773a2958bdb3d924ba7ab94b99ec 3,561 1.00/1.00 vMB 6
883,327 883,327 0000000000000000000054058dbb7acb41445ca0619af9111bdc09d77d1ffa5e 1,996 1.00/1.00 vMB 4
883,326 883,326 0000000000000000000224574d0cd76c9ea4e7735400cccc3b2c25251a0cb1e0 3,362 1.00/1.00 vMB 7
883,325 883,325 000000000000000000000fcf839cc39a140d09a6a3d23feeed850ac7bcda9bc9 1,239 1.00/1.00 vMB 4
883,324 883,324 0000000000000000000090e8527129c151c8a6c7b33ebcc96f650a1b3fea2f3e 2,453 1.00/1.00 vMB 5
883,323 883,323 000000000000000000015619172ba1b90858e7950bd8394b0e200d04f3e1e91a 3,934 1.00/1.00 vMB 8
883,322 883,322 00000000000000000001c35510606d4cdf358a69122eba11f8dbf84656a6d6ce 3,372 1.00/1.00 vMB 7
883,321 883,321 00000000000000000001d0731a6f0fdf89460c834ff174ac55e4aa03e29a2548 3,848 1.00/1.00 vMB 6
883,320 883,320 00000000000000000000b9b0ec8abc282176cb4e5c20f3551de9d5cbc4896056 3,868 1.00/1.00 vMB 10
883,319 883,319 00000000000000000002707469e1e1aa356e0e8847da8b5f3ae25e188c2ea5f2 3,732 1.00/1.00 vMB 5
883,318 883,318 00000000000000000001a0b649967237c50db53a1a10878cb8776e424c94a7c0 2,672 0.76/1.00 vMB 2
883,317 883,317 00000000000000000001b52221ba418a1b5ffecfb88bd6e9e6ede80bf4ebe2fb 3,429 0.99/1.00 vMB 1
883,316 883,316 00000000000000000001da092ad2465db3e45c7102535a7645eaf0925fa22ec2 2,217 1.00/1.00 vMB 1
883,315 883,315 00000000000000000001d229ce0c45805adae814ddb851d4318264e376188a76 2,751 1.00/1.00 vMB 2
883,314 883,314 000000000000000000012a8d9b10e9a2b480e50ce03f2bb6e60908e70b10c2d3 2,506 1.00/1.00 vMB 2
883,313 883,313 0000000000000000000160c91d00d03a50bef26596c8bfcf91304d88ce24d7fd 2,918 1.00/1.00 vMB 4
883,312 883,312 000000000000000000023ea4d9c3c482976fec8ac8cef8a3b0a27c4689bafb8c 3,834 1.00/1.00 vMB 3
883,311 883,311 00000000000000000001403a46efdc6c70f4cbc326574e2ba70311a7469e1358 3,111 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.08 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: 721.23 GB
    • Received: 18.38 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.