Loading Tool

Explorer IconExplorer

Memory Pool

80,813 transactions
30.58 vMB
0.08461563 BTC
Random Selection Loading Transactions
Max Size: 186.53/200 MB

Candidate Block

Mining Attempt 997f879c95a8e164143e4855ed27a4cc9af2627d33fe0530f7722fb400f3f6bf
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 8047a172268105962bacec61495fd05dafda6c586f167f2fd88def698631473a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,032
Size: 1.00 vMB
Total Fees: 0.01558290 BTC
Feerates: 301.57 > 1.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (671,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,063 244,063 000000000000007180786cc82ce8623b944da285b1e7e6d4ef0e5858c75bfcfb 116 0.06/1.00 vMB 115
244,062 244,062 0000000000000064b37a0d902ae8a8f4fe2b9e8a29a4f6e941e2fd2493162d2e 269 0.10/1.00 vMB 185
244,061 244,061 00000000000000b2b1f2ca2a2f937c2d93c41a5d089e1d3d4fe6bb663dd25db5 16 0.01/1.00 vMB 100
244,060 244,060 000000000000002d99ec925576cc29e0073b2493aeeb98282c53e96bb5abcf3a 19 0.01/1.00 vMB 171
244,059 244,059 00000000000000c893fa9465b5d7cae7dc58a582c18a8e2bcd1c2f15830f7912 66 0.03/1.00 vMB 180
244,058 244,058 0000000000000019e181998a96a7bf41a1a6eaa31f5a05cf19b60c634ce268db 187 0.09/1.00 vMB 123
244,057 244,057 000000000000007001f5d45475b1b30f23b6112376ed7bbc87cfe12a8267d74d 32 0.01/1.00 vMB 213
244,056 244,056 0000000000000022943daaab9e342c0bf5a2d249386275772b6be53d3007d19f 110 0.06/1.00 vMB 145
244,055 244,055 000000000000005c8e675a8292c576b64549509168f261004d9e5ba5fe62c519 145 0.06/1.00 vMB 161
244,054 244,054 0000000000000061dfd50600082c963029923174198b7a75c3da32690f4e78c6 220 0.11/1.00 vMB 121
244,053 244,053 000000000000007902c84d31fb5ef67cf583832ecf6701d37d9655f30e6496f6 54 0.03/1.00 vMB 132
244,052 244,052 0000000000000086c933edb91c158a5a639b8028b68e127966163bd3cb0eeeb9 11 0.00/1.00 vMB 96
244,051 244,051 000000000000004393a6ef584a74498c2dc1d94c002b09dd994e93e4abea0ae7 227 0.12/1.00 vMB 100
244,050 244,050 00000000000000557529a34d7b85f996fd383234824a09f2835433a9f013d0f2 197 0.09/1.00 vMB 106
244,049 244,049 00000000000000a9270c33e3a9007227d55eb377e21145f0dabc7b5e5a40f79f 611 0.25/1.00 vMB 134
244,048 244,048 000000000000000414150341d0128f3c75f16aeb3751bcae1b54b77526e9a6a1 212 0.12/1.00 vMB 83
244,047 244,047 00000000000000945d6f6af90a0899baae4f3a75d18444a6b37353530f58defa 22 0.02/1.00 vMB 59
244,046 244,046 00000000000000496f23916967819af9ef4b9cd2338a0c03fb8f73b689e8d416 253 0.13/1.00 vMB 100
244,045 244,045 00000000000000a6ceca4ac9ab50dc75c554b5113ec63ceaeec9d79a7ad5f296 42 0.03/1.00 vMB 90
244,044 244,044 0000000000000032e8230ad5f6203a53ef928bb02e0d049e8ad3dec5b62c2a93 500 0.19/1.00 vMB 151
244,043 244,043 0000000000000071b1fe93b076b173b2a8a7af5a973e4dbea1fc9784d59fdee8 108 0.05/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.78 GB
    • Received: 18.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.