Loading Tool

Explorer IconExplorer

Memory Pool

81,101 transactions
31.03 vMB
0.10324253 BTC
Random Selection Loading Transactions
Max Size: 187.58/200 MB

Candidate Block

Mining Attempt 235fb1ba7142d1fef067f7953a9e966b374b077ef042e6cad9d21602af773484
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 4562e65ea64833a4ab5da65083022251f48c1cefddd9acfd33077892bf9c8d79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,966
Size: 1.00 vMB
Total Fees: 0.02609914 BTC
Feerates: 150.75 > 2.62 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (466,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,731 448,731 0000000000000000012bc72f76633d47f962aa05439752525784c6542643ba1e 888 0.44/1.00 vMB 68
448,730 448,730 000000000000000000051ddf049ba2393df55ad6a20ea5553ddbf80c1930525d 1,414 0.65/1.00 vMB 72
448,729 448,729 000000000000000000c9ccb5dbd689c284838d3683e3b9e851d64c0bb819be86 2,469 1.00/1.00 vMB 91
448,728 448,728 00000000000000000155ae490679110efa888b7c77bfb81e5d4824449837b70e 1,629 0.75/1.00 vMB 86
448,727 448,727 000000000000000002bff6659fb97b7a7d4a44982c6a38dbd9cd3c83f853299a 914 0.39/1.00 vMB 87
448,726 448,726 000000000000000002b19fe3961a6f01fb5fa2546a54996a1bfc8f8ab8e559a5 1,029 0.65/1.00 vMB 58
448,725 448,725 000000000000000000425ef7f0385e5e2e6f67af83a6a946029cbfd0f4c62e22 789 1.00/1.00 vMB 28
448,724 448,724 00000000000000000270fe5dd3f342afffe6897addca18d51525a200ea3b4e48 2,084 1.00/1.00 vMB 73
448,723 448,723 00000000000000000183f2d89c4a2e6da99a528de3a6cdfb69c8533ff3179419 1,720 1.00/1.00 vMB 71
448,722 448,722 0000000000000000022a7e36a8d8a9a3c641703f6508b90b2af7f402cbe029eb 2,125 1.00/1.00 vMB 103
448,721 448,721 0000000000000000024b0e51da1e3b852245f930667e9f41f68fbc898e65589c 1,246 1.00/1.00 vMB 75
448,720 448,720 0000000000000000014cf4f40084c6db110bc8b1fc16f0e6b0272d579c76ecc0 2,489 1.00/1.00 vMB 111
448,719 448,719 000000000000000001c9e72f87d60e43fba1e303351285fa61279f05030e2288 1,374 0.53/1.00 vMB 85
448,718 448,718 000000000000000003243cff9e45f6bcf4bc2aaa6c18b94271e1cdd67ecd2466 1,664 0.79/1.00 vMB 81
448,717 448,717 00000000000000000268528e626f1b5a1036cbcb53c3c124f5b38d60fab36df6 791 0.32/1.00 vMB 83
448,716 448,716 0000000000000000027468b625f0f73992ad76ebfa1fa316ccec62dc64c0ed17 93 0.15/1.00 vMB 28
448,715 448,715 000000000000000001b719fed81b9b83e2617dc36780fc92cc67c89ad6ee742c 828 0.63/1.00 vMB 53
448,714 448,714 000000000000000001f28628e5319d565407dcdf49e7cc35d2818480f72ebfc1 1,665 0.79/1.00 vMB 73
448,713 448,713 000000000000000001eed5e86fcda4d11f6f01475d3ecb553932198b646f9b78 1,503 0.84/1.00 vMB 83
448,712 448,712 000000000000000002c60198cffbdf73330e69a6b8abbbb2d50873a1fdeef8e5 1,617 0.92/1.00 vMB 63
448,711 448,711 000000000000000002f49d0098f54a1f22b1df9f4b94f3f2e58c09d2d833c47a 755 1.00/1.00 vMB 33
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: 723.67 GB
    • Received: 18.41 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.