Loading Tool

Explorer IconExplorer

Memory Pool

78,976 transactions
29.66 vMB
0.09153856 BTC
Random Selection Loading Transactions
Max Size: 178.62/200 MB

Candidate Block

Mining Attempt b36e3699bea2338e2a5b07c7971fd042812761419f37b420d16121a25de49c10
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 2a8ad293a4b467a38183899de29562435f7b6da384a8898ae89a65e45bc123a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,469
Size: 1.00 vMB
Total Fees: 0.02876715 BTC
Feerates: 261.10 > 2.88 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (422,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,091 493,091 0000000000000000000d928f18826fedfa196bc6e0eb90b1a5868f60dcddd178 1,936 1.00/1.00 vMB 80
493,090 493,090 00000000000000000090bd8c291e668cde09fa049f350f7b060a2eaee716faa1 1,627 1.00/1.00 vMB 161
493,089 493,089 0000000000000000006ce98f015c6842b447faf5d982702c176dd70ecbf39a1c 2,195 1.00/1.00 vMB 139
493,088 493,088 0000000000000000005216964c8f18c4b31ebb50e2b74afaa30f63ba82950bbc 1,917 1.00/1.00 vMB 88
493,087 493,087 00000000000000000063b0500958acaba183e77540d20fe6ac08983ed9595a4c 2,476 1.00/1.00 vMB 300
493,086 493,086 00000000000000000070e60a1fbd478aa7227010658df46e83e3fc4dc9288bb7 2,332 0.98/1.00 vMB 81
493,085 493,085 0000000000000000002e43bcfb59fd3b2dd100d57aba9c172ed30e0725daf7d9 2,290 1.00/1.00 vMB 165
493,084 493,084 0000000000000000001c573a6511ce920d047bf11ea7dc0cd6558331d1a08ef4 2,519 1.00/1.00 vMB 262
493,083 493,083 0000000000000000000e2ac0915824705d8f267d6337d2763affae321c999831 3,135 1.00/1.00 vMB 315
493,082 493,082 00000000000000000011195084abad9727aa16dfb75b6aa27ab169754e3ad274 2,506 1.00/1.00 vMB 186
493,081 493,081 000000000000000000687bc64b1f4ec16c68538c822a44233a1a4c69593b9b72 1,328 1.00/1.00 vMB 154
493,080 493,080 0000000000000000004589fc9e84b0db19f10d2fbf7dc16c754401d3523c4c87 2,655 1.00/1.00 vMB 202
493,079 493,079 000000000000000000c044a435cbcc7e1dc0e9c1f7f64ad3044c326d544d43e8 2,728 0.94/1.00 vMB 291
493,078 493,078 0000000000000000006bcb809438d75ce100a8f768c3589b2758439899cbfccc 2,387 1.00/1.00 vMB 209
493,077 493,077 0000000000000000002ef0f47adcd8cc0effb7e34761eeb5cc2cf8b98b207c08 2,303 0.96/1.00 vMB 179
493,076 493,076 000000000000000000041e43a817375e3ec0ec978a4da05a6ab6295a688dce3c 2,407 0.98/1.00 vMB 104
493,075 493,075 00000000000000000005c3b3ede6f63babe1eaa654fc051a30ab1a7a494349d1 2,637 1.00/1.00 vMB 225
493,074 493,074 000000000000000000615271e42d0a4c4d21e9c2c98258a3a3c949c076d01887 2,447 1.00/1.00 vMB 296
493,073 493,073 0000000000000000006fcada6991bc6b418897e30f85d1384cb7c2d3f83cc692 2,434 1.00/1.00 vMB 201
493,072 493,072 000000000000000000071768abbae8a39789b4bf9d98855eb12e5f2723073fae 1,888 1.00/1.00 vMB 112
493,071 493,071 000000000000000000439b06e0a4558f4e6eb71afdd5125da9c260118fe63747 2,710 1.00/1.00 vMB 268
Previous 10 blocks ↓
Total Size: 782.68 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: 685.90 GB
    • Received: 16.48 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.