Loading Tool

Explorer IconExplorer

Memory Pool

41,018 transactions
26.33 vMB
0.05626552 BTC
Random Selection Loading Transactions
Max Size: 137.78/200 MB

Candidate Block

Mining Attempt 087176b29d73c0e7f70149e58a7a4bce829b2cd4b705cc67efba9b78b75aa687
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root e96c7abde63947ef65928b7a7056d157dfcdf30db966f1f61d9b6784e903e622
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.00813922 BTC
Feerates: 100.00 > 0.82 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (838,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,143 76,143 00000000000e088b7463f8ffa5dd3d49b5b43b6018b3c5fadb0454069515cf3e 2 0.00/1.00 vMB 0
76,142 76,142 0000000000305119ea4701db733998fc0f8e48a222174789853bf4ca9706e700 2 0.00/1.00 vMB 0
76,141 76,141 00000000006782d09318bc110bf734a6abdeb143ce6d6f1c03e22645f9065e93 2 0.00/1.00 vMB 0
76,140 76,140 000000000003dbb0a7b025fdc57f4ef4b502f06d4b807abdf6ae6ccc6f877fa0 1 0.00/1.00 vMB 0
76,139 76,139 0000000000296b0290af034f473538c02aca26f52e704e8875df68cfbf0d8a9a 1 0.00/1.00 vMB 0
76,138 76,138 00000000006bfb93a369617705cb0b44a389bc11dbb8abd6189f97ba2800e94b 1 0.00/1.00 vMB 0
76,137 76,137 0000000000702bb9f6f4d23de76a5ccbec243541fa0494a153f9d43a324c9086 1 0.00/1.00 vMB 0
76,136 76,136 00000000000baa1670f156cfb0296c052c9efa961e06e26767941c7001fae07b 1 0.00/1.00 vMB 0
76,135 76,135 00000000006d74e994f0e3a470710433f456a965053ac17880e1e6b3650b991f 1 0.00/1.00 vMB 0
76,134 76,134 0000000000135806024cf1686277be79dd76e704e443801460f9831fbd42d2a0 1 0.00/1.00 vMB 0
76,133 76,133 00000000003f50880e716a04e637766adf439437de5bdedc7c3a84fb85b50c79 2 0.00/1.00 vMB 0
76,132 76,132 00000000001458c68c96eea972317ec1da680c0dfa3602372dc91adaf6ed17f7 1 0.00/1.00 vMB 0
76,131 76,131 00000000002b683569e126b894fff69f8ffcde708b3e6dc0e40e41f8629b3e3c 1 0.00/1.00 vMB 0
76,130 76,130 000000000069f3d06842fa9b24289256cf1f583c96c793b4648405ad0972e2b2 8 0.00/1.00 vMB 0
76,129 76,129 00000000007b02c450e3b25d1785d98391f7176b300747674b7fac38a4fcf840 1 0.00/1.00 vMB 0
76,128 76,128 000000000032da1abd39938ed938a3ec6ef6adc8a03adf4016b38ee0f033ad35 2 0.00/1.00 vMB 0
76,127 76,127 0000000000096c562186edb114e1015c8574ec4b2f75335c6e6819aac0f7db75 2 0.00/1.00 vMB 0
76,126 76,126 00000000003364dfe291d0787113195fdeda45bcc1776f7a7f6f0f98db9313dc 5 0.00/1.00 vMB 0
76,125 76,125 000000000004dda667f0f6ed8dd0faa39d3a3d3f58b30db3582db191a06f56a6 2 0.00/1.00 vMB 0
76,124 76,124 0000000000497ef4102d579a07b7381b527b0a695f864a05eae70e3d02a91e75 3 0.00/1.00 vMB 0
76,123 76,123 000000000074a59a5725128ef9fcd0104afcf59405c098501d4d8b9aab3c6d4c 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.30 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.