Loading Tool

Explorer IconExplorer

Memory Pool

79,054 transactions
29.26 vMB
0.12205719 BTC
Random Selection Loading Transactions
Max Size: 176.47/200 MB

Candidate Block

Mining Attempt f4da7475826fc1f5b007796e9b0557810d7063b4c11489a0d4580ef62382c8f3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 65f52757d29599724c75303025fe5cb1656c8a20461391d5421bb3e4a9e46328
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.04445333 BTC
Feerates: 150.80 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (436,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,121 479,121 0000000000000000008462737690a1121f8e147b932a761873e51a5ad53b2feb 1,721 0.75/1.00 vMB 139
479,120 479,120 000000000000000000a19a7e942cd2bddc2ff7e3e1c54759dfa011949e0306b0 2,010 1.00/1.00 vMB 74
479,119 479,119 000000000000000000d2fcbcfde048978f5a09ad3a6ac6073da80f9dd5177a99 1,122 1.00/1.00 vMB 60
479,118 479,118 0000000000000000011d8670224576943a50627ee9c616d19cd9f7cf784a1e09 690 1.00/1.00 vMB 31
479,117 479,117 000000000000000000ab2d6662f4e8c12a0ac0d263a3f62f78e311c123ab0140 306 1.00/1.00 vMB 7
479,116 479,116 000000000000000000ec5d87b28c9eb9bb65500d2fa647b62d8abf8000fcbdd0 308 1.00/1.00 vMB 15
479,115 479,115 000000000000000000bdbce37783740123d8c46e14013aad34895560bf1af824 887 1.00/1.00 vMB 40
479,114 479,114 000000000000000000382df9baba829ae2e9d81bba80dcffe0685f6ebb3d1656 655 1.00/1.00 vMB 24
479,113 479,113 000000000000000000e5911a1a5e51516c7bd23502a1851763b24a84207fe566 605 0.99/1.00 vMB 20
479,112 479,112 00000000000000000049d5847d3e7c72fb73d47beeb7feb12c1f4b80206763ab 1,200 1.00/1.00 vMB 20
479,111 479,111 0000000000000000012039f2380f1ba5a3dc8193eddbc5ecd53e4eafb3e1ed2e 740 0.49/1.00 vMB 82
479,110 479,110 000000000000000000f1a1c412d54cc001d73075774d28852af00855378eca9b 1,733 0.89/1.00 vMB 107
479,109 479,109 0000000000000000003827b38d62deec421864ead1afc0519b92200ddf525df3 2,084 1.00/1.00 vMB 9
479,108 479,108 0000000000000000011b4b0e661bb6cf817cce97485eb54d2b4a2d0cd60ddae9 1,248 1.00/1.00 vMB 55
479,107 479,107 000000000000000001113e9446c88af9a606d66363d9459afa52f8811407ea7d 336 1.00/1.00 vMB 13
479,106 479,106 00000000000000000052392c0103886c7725c4b2936a2e15fe9de1fbbee78551 1,734 1.00/1.00 vMB 117
479,105 479,105 00000000000000000079ca4f54f41a6b716b6a4e3a85c24d24838acdf344dae6 1,667 1.00/1.00 vMB 67
479,104 479,104 000000000000000000b700abeb6cff1bd4229cec8d5e9fa2bf31de6f109efa0e 1,995 1.00/1.00 vMB 143
479,103 479,103 0000000000000000006f6a84d24df4206fcf73e9faaa47d56ca50c47a3e02cbb 1,965 0.99/1.00 vMB 87
479,102 479,102 0000000000000000009a95e78293cdcb9fb344d5412aeafdb34d394b22aa3ed4 36 0.01/1.00 vMB 588
479,101 479,101 000000000000000000812a98e55051c99784a718e9c9d21d7572f3c70c698789 2,074 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.