Loading Tool

Explorer IconExplorer

Memory Pool

21,766 transactions
11.99 vMB
0.07132555 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.91/200 MB

Candidate Block

Mining Attempt 49a6251b732f3b90eca0b6a297c36a27625f3e9749f2ef7a9d770f7f13d3f7c9
Version 20000000
Previous Block 00000000000000000000d07daa1ab23da8755ba9a9c7012a011a4a71de233add
Merkle Root 6cc8349b02bea2bd16fe03c8ead9c1353cb58a4f7250c161e081a7525453afcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,038
Size: 0.997909 1.00 vMB
Total Fees: 0.04547925 BTC
Feerates: 240.43 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,785 (773,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,785 140,785 000000000000047f760d33538f1d72dbc0d41e9b9b714e2759f6c553e1ef5115 54 0.03/1.00 vMB 376
140,784 140,784 00000000000008d7cf71eb3d55efa9a1f41d44aafe957550094465f73dd0f3b7 13 0.01/1.00 vMB 9
140,783 140,783 00000000000007723f8bcf896db84ba4cd8b40a46e5fc87fa0efbc9e06f9fdc0 79 0.03/1.00 vMB 174
140,782 140,782 000000000000084944f93acc096cbfb49429035653c54845ad16af31240a14e8 18 0.01/1.00 vMB 541
140,781 140,781 0000000000000725de978109741eb94e26762d6c1bf58a97d7e3e6a7b4f913b4 7 0.00/1.00 vMB 0
140,780 140,780 00000000000002b43f33ef91fd5cdac39973449302d49cdc2fe9cc3c1082dc2b 1 0.00/1.00 vMB 0
140,779 140,779 000000000000046fbec2f417c1f58889cedf774d244b7368f69adef417b46b65 123 0.04/1.00 vMB 90
140,778 140,778 00000000000000b9c4cddd09e7cab3fe31c743ecd10681c1d146460e6f9aebf8 23 0.01/1.00 vMB 449
140,777 140,777 000000000000088fdcb7bfc70ac4154dc57fe18350f9c167ec83aa438850b789 97 0.04/1.00 vMB 178
140,776 140,776 00000000000001ceeeef731a013ea34be8b5c12a699189876f337971d1323eae 131 0.05/1.00 vMB 239
140,775 140,775 00000000000008c81925eb1aba4f205cec50d71f0ac4c516b1bea7086fb6f867 19 0.01/1.00 vMB 96
140,774 140,774 000000000000050f6108a3ea154714a65ea321689452e4360724ced713c861cd 96 0.04/1.00 vMB 109
140,773 140,773 000000000000044b606066b5c007a2775dc1fc71b8817396f14f7cf6521d3b7c 7 0.00/1.00 vMB 288
140,772 140,772 000000000000006ae634263ab6dbd30b8dbf07cd791160ac7cabda70ea2b5ab6 32 0.03/1.00 vMB 244
140,771 140,771 000000000000032d55aa5ea1bed38bd8d4386bb66378af90486f21a7b3490742 125 0.04/1.00 vMB 114
140,770 140,770 00000000000003ec0f020610fd414763503c77907eb22fed69b368473ae8ad9d 12 0.00/1.00 vMB 259
140,769 140,769 00000000000003472d6bbc2c677d526cceba359bd7abad7f013c8ef1fd680658 1 0.00/1.00 vMB 0
140,768 140,768 00000000000001b99c2df414993d9ee29673f5f6bb9dba4516afe27460025b57 25 0.01/1.00 vMB 357
140,767 140,767 00000000000000457f28c3cdb091c9bb5bb59c88879e869ffc652079b19fdd3e 21 0.01/1.00 vMB 160
140,766 140,766 00000000000006008df1c8c103bf85f918e824a93969008ab5c4ef2d70455000 2 0.00/1.00 vMB 0
140,765 140,765 00000000000001597d1893483d76eff31f6748d28654158bb807671ad2effbec 101 0.04/1.00 vMB 229
Previous 10 blocks ↓
Total Size: 780.24 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: 512.74 GB
    • Received: 4.25 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.