Loading Tool

Explorer IconExplorer

Memory Pool

74,517 transactions
27.50 vMB
0.07172567 BTC
Random Selection Loading Transactions
Max Size: 167.89/200 MB

Candidate Block

Mining Attempt d6c728249a679d90f13cd25af28bbd9084e4ddb3c32ad27455359e3973d3c712
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 64bcfc8a80928def23813f9911dc34a4a27813529ea1a3524ea3912a6d9651a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,806
Size: 1.00 vMB
Total Fees: 0.01307136 BTC
Feerates: 301.57 > 1.31 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (626,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,311 288,311 00000000000000000e1780073042618f87b8e155f5e53ff14821533ea6485b29 667 0.34/1.00 vMB 37
288,310 288,310 0000000000000000fe0ddf735fdbc0c0e0070a31e1d8cc22874d7a373c0ec9fc 29 0.01/1.00 vMB 33
288,309 288,309 0000000000000000f51064f9ef1c467b808634a6f71515530f20c4835f54d7cd 449 0.26/1.00 vMB 31
288,308 288,308 0000000000000000f8471a5cb134ff64393af3fc1074140c367c5d7a769d917b 314 0.29/1.00 vMB 22
288,307 288,307 0000000000000000a7c4cd424f7a48154f2e3a150916496b4de400c62d812941 190 0.14/1.00 vMB 26
288,306 288,306 00000000000000001f606ff8f59fdf4bbea5c4044ed48966fa6a37a434640ad3 493 0.35/1.00 vMB 29
288,305 288,305 00000000000000000d0713cbc1f42b6deb37a36279c43c145cc987bb31732534 256 0.11/1.00 vMB 65
288,304 288,304 0000000000000001198504e596d9470ac75c96cbfd95edea4fa35cb8805b1539 324 0.25/1.00 vMB 33
288,303 288,303 000000000000000010f53670b5c050eec99b6e8b469476755a8f6d8f98b328af 79 0.06/1.00 vMB 30
288,302 288,302 00000000000000009cfccb4754e6c8c93e9e2b0a258e71d06ae730e1800283d6 429 0.36/1.00 vMB 22
288,301 288,301 0000000000000000f5f123fdd152ae9ab2380053b7b0d3e0c303d0aca0c70afe 671 0.35/1.00 vMB 39
288,300 288,300 0000000000000000a1e5b8db167405a96b55ba351e14015c7512fcc0363f051a 776 0.35/1.00 vMB 40
288,299 288,299 00000000000000001e90f8367a0de6f48c9b756d3b933680c4787117877d0e70 751 0.35/1.00 vMB 39
288,298 288,298 000000000000000063565a4b71ff785ee66412f6aa7406f6bb1d5de93fd56f1b 575 0.31/1.00 vMB 41
288,297 288,297 0000000000000000aac7c5ed21e0d8d89eb9e5c9bc811c30760f08e404cad4d3 392 0.26/1.00 vMB 34
288,296 288,296 000000000000000036fbdc3d7321e3965733164ec274a9952e2a6ba15de5c48a 167 0.06/1.00 vMB 54
288,295 288,295 0000000000000000a0b04f54baf8149440eec644886ca4ff0813f99e15f28652 224 0.10/1.00 vMB 38
288,294 288,294 00000000000000010561a54552b16ac2c629f5d13b2b99892c4da41b374d07b6 693 0.39/1.00 vMB 36
288,293 288,293 0000000000000000751ead2323c8f2caa5217d71d9c7aa12c87af2b28c8c39f7 924 0.53/1.00 vMB 32
288,292 288,292 00000000000000001e5c305c41d1ae53dc68a0dfa18d26e9d157ebc50ff8482f 783 0.46/1.00 vMB 33
288,291 288,291 00000000000000003808de9311b1916c60e9c8d0247cb3dd26b0fc760798cdbc 367 0.21/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.84 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: 711.85 GB
    • Received: 17.14 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.