Loading Tool

Explorer IconExplorer

Memory Pool

52,851 transactions
29.71 vMB
0.14695774 BTC
Random Selection Loading Transactions
Max Size: 159.18/200 MB

Candidate Block

Mining Attempt 6c2344bd20b407faf12946fb095ac0eb1c941b565c145feb062b72309403442d
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 76a19242f599e6918b4095b5accc2b85a1e012b221e3291c8c5b9c0a64f14767
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.07523919 BTC
Feerates: 445.47 > 7.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (529,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,771 384,771 00000000000000000429274d32a25a7defc36f00f97e6ef43420999e7bdc1bf4 286 0.16/1.00 vMB 23
384,770 384,770 000000000000000005142bdcbb8d904bf48838c81905fdaa0f8bc1dd81877128 1 0.00/1.00 vMB 0
384,769 384,769 000000000000000002854d8eeb1a168aa44b65cd126b5db95ff6524d4f1dd948 1,068 0.54/1.00 vMB 33
384,768 384,768 000000000000000010844e73788b1a8fc97d1837552e31c9713fd04f2689b004 257 0.13/1.00 vMB 25
384,767 384,767 00000000000000000c6c0fd7e0b2be85be5e8a1a1fbd4d1dc3c977ee3b6ed8a0 866 0.39/1.00 vMB 29
384,766 384,766 000000000000000010555f957f085bff33a254fa587aecdfbd075d8a849249fe 407 0.24/1.00 vMB 23
384,765 384,765 00000000000000000bc215f3aa73038423d276b421b8e6d9b2e4d661c0899dfc 914 0.75/1.00 vMB 21
384,764 384,764 000000000000000004a7169eb3054c889709f2e841ee14a4ffe045d9d1dcce63 541 0.25/1.00 vMB 30
384,763 384,763 0000000000000000021b4f029698a3dc0c7d62db9f3a47bf86617b0b0d29f815 1,289 0.63/1.00 vMB 29
384,762 384,762 00000000000000000536273eced4ae47d1df57991463a1e2fd84cdc2195827b8 1,037 0.46/1.00 vMB 33
384,761 384,761 00000000000000000de34d6b1b64aab3aa8e4855d238e5780042df865781fe9a 1,552 0.81/1.00 vMB 28
384,760 384,760 00000000000000000452bd845a58f6bb56c4fa9b86f72b424927b5e60ded4345 1,452 0.74/1.00 vMB 33
384,759 384,759 00000000000000000751c60889d7969be6e3be66eb83ce4b8124a306fd06e55d 594 0.22/1.00 vMB 42
384,758 384,758 000000000000000005483df1e68d2e8be0a32b9115b7ae06ed78b22e46efb272 1,240 0.69/1.00 vMB 25
384,757 384,757 00000000000000000fb2ea170cd99ca8a53021afb52995bcf920fee96d66871f 1,941 0.68/1.00 vMB 47
384,756 384,756 00000000000000000c1fcdad528196a98cc58493d3076f9bfb679579bb9a8e48 1,717 0.80/1.00 vMB 34
384,755 384,755 000000000000000008628033d5b0767d5df818e50ad081525d2d578fad1f6f11 1,322 0.62/1.00 vMB 36
384,754 384,754 000000000000000001b9ecc56a014a2230e9cad6edf93d5b4aee1e42a964debc 90 0.08/1.00 vMB 12
384,753 384,753 0000000000000000015b6a9c2e306eec91e53915718a5ebdc31fb1b50abca1fd 905 0.38/1.00 vMB 36
384,752 384,752 000000000000000006f0095fe514cc8dbbff78fc181369619aac46d8ba8c4846 398 0.20/1.00 vMB 34
384,751 384,751 00000000000000000be550649ce2e1aeb99b2b6c6bc4603c6c3f291cbdf29cb4 1,712 0.87/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.