Loading Tool

Explorer IconExplorer

Memory Pool

80,258 transactions
30.24 vMB
0.08696502 BTC
Random Selection Loading Transactions
Max Size: 182.00/200 MB

Candidate Block

Mining Attempt 05e3d9f5e1cb18f1d03401e9c5c9dd829c5ebd7a9d18c463dd7d08b1bd5b8985
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 59f9e9c1e35ad4bf201559bfde749baf6c22ef818b4c8cb6cfd5df4e1cea0de0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.02217208 BTC
Feerates: 150.45 > 2.22 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (123,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,325 791,325 00000000000000000004b2690a79cf493969b93faa5eda26ee8303d43b24881c 468 1.00/1.00 vMB 24
791,324 791,324 00000000000000000004a0e816fe3b818f994c97ae1362fe4eb80cc1db0de7bf 2,285 1.00/1.00 vMB 37
791,323 791,323 000000000000000000014ae0ebe41cd33f37c2018f3b300d864c379c3a40347f 3,969 1.00/1.00 vMB 24
791,322 791,322 000000000000000000007a7ca219f7fb11beb6d69da256c1d48c7965a501a42c 4,252 1.00/1.00 vMB 45
791,321 791,321 00000000000000000001cbcfdf9834597b4f083d3158f104f7c4933a8494cfb1 2,840 1.00/1.00 vMB 31
791,320 791,320 00000000000000000002756b9af9bbb9063a152f6c5b01a0478435ea9c28570f 2,942 1.00/1.00 vMB 70
791,319 791,319 000000000000000000022cd09a2197463f113aef0953327dbcb1d08144a0324b 2,733 1.00/1.00 vMB 23
791,318 791,318 00000000000000000000a248b907adee36aaf12d73a8421adeac363a61ea7128 2,816 1.00/1.00 vMB 32
791,317 791,317 0000000000000000000244842ccb1445f44edb2b86d4b0382bc1d2a2c486879e 3,331 1.00/1.00 vMB 62
791,316 791,316 000000000000000000006bce3fe20d0e68120d7a6389316ddc209683b73ee578 3,170 1.00/1.00 vMB 61
791,315 791,315 00000000000000000003d200cb86fad534d6e9542e805c671bede9b8e89f3f6d 3,712 1.00/1.00 vMB 59
791,314 791,314 00000000000000000001006f558f9e98a5ceb2ff0ff24c1a353b7a687775f8d6 2,249 1.00/1.00 vMB 34
791,313 791,313 000000000000000000011d85617a91635285a46fdd9a8b894119108b61319dff 1,727 1.00/1.00 vMB 41
791,312 791,312 0000000000000000000589c72e2094df10eb629daf6545692cae57491bd17a78 3,050 1.00/1.00 vMB 52
791,311 791,311 00000000000000000000b78eed7cdc74e2d46f941b922bf3e390a3dfbc31ef25 2,634 1.00/1.00 vMB 58
791,310 791,310 00000000000000000000ed9c6f3d62342255fd6c4b8ad71d1f0504fba345cb8e 3,531 1.00/1.00 vMB 67
791,309 791,309 000000000000000000051c657743c516268146432c87bbcfadbb467d06f7e030 3,144 1.00/1.00 vMB 48
791,308 791,308 00000000000000000002375b405a4f644ec4220ede166977eba425c5fa139c7c 3,112 1.00/1.00 vMB 71
791,307 791,307 000000000000000000042a106ee018730570a8cc4d828d4f3cdc824962e57e0c 3,636 1.00/1.00 vMB 64
791,306 791,306 0000000000000000000276d23b54c0f233381baaf28ab9e5b9e779313cf01151 2,327 1.00/1.00 vMB 30
791,305 791,305 000000000000000000031faf0a29ff511d899e51b057cb91217dc7d342754285 733 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.69 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: 687.75 GB
    • Received: 16.49 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.