Loading Tool

Explorer IconExplorer

Memory Pool

78,355 transactions
29.07 vMB
0.11546845 BTC
Random Selection Loading Transactions
Max Size: 175.37/200 MB

Candidate Block

Mining Attempt 4141a957cdb0e4164808aa5a3bd1483d0c3195649bfcaecd7560665e27c9340e
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 8299cf12104c0dd36e419ec8c8509548a638d023fc03b5f761c9e5453ae78559
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,083
Size: 1.00 vMB
Total Fees: 0.04084051 BTC
Feerates: 150.80 > 4.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (583,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
331,954 331,954 00000000000000001a393f807ef9a1b00525fe0e1ea8561f7c5020c49b849390 512 0.14/1.00 vMB 44
331,953 331,953 0000000000000000158d47fd10b82690db5db43d8a4861396934a3d0f56e7d4f 105 0.06/1.00 vMB 11
331,952 331,952 000000000000000005654a9ca9d68a3fc36b3867b07255bdbb54baa7343d1a9e 558 0.40/1.00 vMB 18
331,951 331,951 000000000000000002fa205de5386cbc4a36ca0e8b29b8e81bcd9297c7241534 557 0.50/1.00 vMB 19
331,950 331,950 00000000000000000471f8b4c29ae48f58f25f17fb240790688837d9186e2ea3 1,205 0.50/1.00 vMB 30
331,949 331,949 00000000000000000bccb8446355e16a0e75d693409d7f6f6635bb5e7c8e7810 629 0.36/1.00 vMB 22
331,948 331,948 00000000000000000a92f85d5f96016370f4a0bcf0825e111f5ba378ad12b4b2 87 0.05/1.00 vMB 12
331,947 331,947 000000000000000000414cd4ddb7eba51e6cc0676e8ba08e8f4c223b7bf2f070 213 0.13/1.00 vMB 23
331,946 331,946 00000000000000001a55daf2e25f26c68c72f982cea7a25c9d2615ab5849bab7 1,237 0.68/1.00 vMB 22
331,945 331,945 000000000000000001c204739ea6bf2731b5dbd72f95bdb4f925c52970c229ad 919 0.50/1.00 vMB 22
331,944 331,944 00000000000000000aaee6b26547c94de02f96709b11347740ca67ad7686df08 1,249 0.35/1.00 vMB 47
331,943 331,943 000000000000000015ea6091851f93b3220255b3a8b5647a4278573ac8d84394 20 0.01/1.00 vMB 26
331,942 331,942 000000000000000000604f1073c9dd2ff7e89f66b3df3bc0a9ba48b655beeed2 77 0.03/1.00 vMB 19
331,941 331,941 0000000000000000085fd4ad654e02bb83c3f4fa348257c5760aae4ad5303595 843 0.31/1.00 vMB 30
331,940 331,940 00000000000000000945235e6415cb4d9c43ffd7de67f788ec2bba1a731f1f9f 298 0.13/1.00 vMB 26
331,939 331,939 0000000000000000007317c7b69b2b4b114ad2c9b22dfbda5d5d94054dcf58c1 937 0.62/1.00 vMB 24
331,938 331,938 000000000000000015ad54c05d9f77f9d86e38bbd8e002f85879a815bb1f0884 667 0.40/1.00 vMB 23
331,937 331,937 00000000000000001acd6ab552d92dc8bb1b3e3e2561124959a8a6129c10ffe1 176 0.10/1.00 vMB 20
331,936 331,936 00000000000000000247cd7d8a618698c9f62808f1f388a1b4cdabf265461ae9 559 0.27/1.00 vMB 26
331,935 331,935 00000000000000000caa05b60f8ab0bd5d77254582ca7d900090b5613babfc4f 103 0.05/1.00 vMB 27
331,934 331,934 000000000000000014055d2cf7b5d17cea26e7b3cc4a8df932c205f5f7d14267 22 0.01/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.85 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: 712.76 GB
    • Received: 17.21 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.