Loading Tool

Explorer IconExplorer

Memory Pool

72,673 transactions
28.04 vMB
0.06632756 BTC
Random Selection Loading Transactions
Max Size: 166.30/200 MB

Candidate Block

Mining Attempt c7e95bc5cd9f5201f84e37a92e0f7e8536e09d57efe69e658fd61f368e2de582
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 8059a9c78e11e7c5df44519b678fff563fa717b7200789cfc36720fedd40dbdd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,841
Size: 1.00 vMB
Total Fees: 0.01022269 BTC
Feerates: 150.93 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (135,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,534 779,534 0000000000000000000182b9c4b4e1db1ca8e8bfc18f1985812f26baddf2a569 2,298 1.00/1.00 vMB 11
779,533 779,533 00000000000000000000ae33663dec8a40783aeff6b2d5dabf86621d8b23bf26 1,589 1.00/1.00 vMB 14
779,532 779,532 00000000000000000001f036a5a38c6384c3fde2a91af258a9bb484d67182fd1 2,350 1.00/1.00 vMB 23
779,531 779,531 0000000000000000000470b1c791540a918519a0d6d84f163fbbe28a524aeb4e 1,755 1.00/1.00 vMB 10
779,530 779,530 000000000000000000019d6c1e8da106b39061d0270e96bf1f4babb6946b1a25 1,897 1.00/1.00 vMB 9
779,529 779,529 00000000000000000005a8391a742da1b4d7886fe3d62655389f1c28deb923d9 2,814 1.00/1.00 vMB 16
779,528 779,528 0000000000000000000304562e59633a3026ce17431a00daeeb206cd50b55538 2,506 1.00/1.00 vMB 5
779,527 779,527 0000000000000000000392b9018672288beae753675ab1324361df30e5276ff6 1,908 1.00/1.00 vMB 11
779,526 779,526 00000000000000000002756e4c38781c9b4150cd6d0cd578f658d0dfb29ce3b9 2,796 1.00/1.00 vMB 16
779,525 779,525 000000000000000000004e7597c8791c5d42fe8f4271ad6a4383609cb1120b17 2,638 1.00/1.00 vMB 25
779,524 779,524 0000000000000000000081ae31e622fb11d5c955a62e0215d8f106129a0831ce 1,415 1.00/1.00 vMB 16
779,523 779,523 00000000000000000005f268d951b65d1ef4f230e3ee12dde4a1b9bce32b85c4 868 1.00/1.00 vMB 17
779,522 779,522 00000000000000000004d2a1d376c96684a910770b2eb295bb01b9b91c788f3b 1,598 1.00/1.00 vMB 8
779,521 779,521 000000000000000000052c3d072a1def038f6226a901153e0b2ed0bac70bf5d1 1,891 1.00/1.00 vMB 12
779,520 779,520 00000000000000000003f45fee617d910840e52c8fd687c1022de4d1fcfba47c 2,371 1.00/1.00 vMB 7
779,519 779,519 0000000000000000000486ba86944236f6931edf111d003c59225a2bfc3d7587 2,969 1.00/1.00 vMB 24
779,518 779,518 00000000000000000003963de79c31ab12a00f8b7d7686ef76d7f566905567bf 1,797 1.00/1.00 vMB 3
779,517 779,517 00000000000000000002a44a1e1cec76d94738df01e11fd0c5a5f3d8050e4d8d 1,874 1.00/1.00 vMB 11
779,516 779,516 0000000000000000000183cb65a9fbc0c1fd6214499862cb098d75dacb4afe28 3,090 1.00/1.00 vMB 24
779,515 779,515 00000000000000000004025b832ae8443fbe1b1acf635fe44ced84a5f8ca6846 1,007 1.00/1.00 vMB 2
779,514 779,514 00000000000000000004fce0666cd6cc42df8fd1037cbc73d9590b7202c97192 2,833 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.