Loading Tool

Explorer IconExplorer

Memory Pool

74,889 transactions
27.62 vMB
0.07535243 BTC
Random Selection Loading Transactions
Max Size: 168.56/200 MB

Candidate Block

Mining Attempt 4a4b3283e6e62f30bd27fdaa374417aa6a99fb0e8ffb6ca76848901584b29576
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 7bb6b804631f5278cc1449144815dda608c447e98d464f6be34bc25d5a45615d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,317
Size: 1.00 vMB
Total Fees: 0.01641767 BTC
Feerates: 301.57 > 1.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (436,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
479,100 479,100 0000000000000000012e56d5d6a5619db27f0e051d90b4484aebe95970d2e497 2,205 1.00/1.00 vMB 72
479,099 479,099 00000000000000000061db1e6a204b37dc2ab28337dea20a1f333f9a8e2774cf 1,694 1.00/1.00 vMB 123
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.86 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.