Loading Tool

Explorer IconExplorer

Memory Pool

73,480 transactions
27.18 vMB
0.06231498 BTC
Random Selection Loading Transactions
Max Size: 166.05/200 MB

Candidate Block

Mining Attempt d5ad01a742e83e6e8d7ca5f2eaafca3f4b96f93a104d39f43941dd69ef6218e3
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 9e2d36fcd9e75d5b3832fcd9bb9bc41aa616472814adda85677733afff251bfd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,884
Size: 1.00 vMB
Total Fees: 0.00468148 BTC
Feerates: 20.14 > 0.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (115,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,216 800,216 00000000000000000005191ad831d53cf4c0b1b9c3556b9cfc1595018826bf0f 1,661 1.00/1.00 vMB 11
800,215 800,215 000000000000000000015eeb062ef12db34f20cd301b0c994cfc25c4363f976b 2,340 1.00/1.00 vMB 12
800,214 800,214 0000000000000000000173ee8f09d189a53c40a10251e58aa0b27d88c26fd8b8 2,114 1.00/1.00 vMB 17
800,213 800,213 0000000000000000000191365c48acc76f6f2880a0076a84caee11fc939ce875 3,162 1.00/1.00 vMB 14
800,212 800,212 00000000000000000003c1df02b2bb37fb41b8040d2217c32f2f6aada6494193 3,801 1.00/1.00 vMB 21
800,211 800,211 0000000000000000000397c6c2678eeb2d6470a8e3ddf4161e38bcfc1717ece4 2,498 1.00/1.00 vMB 13
800,210 800,210 000000000000000000041e3d3be055f23f5d20034c4592e176a1a7cfc144f420 4,617 1.00/1.00 vMB 10
800,209 800,209 000000000000000000048682172ac9f735c6e50435687e332498fe71e7572010 2,657 1.00/1.00 vMB 14
800,208 800,208 0000000000000000000035f3acad36a9d2ed80e5011ac6cc9eea75743871a37f 4,007 1.00/1.00 vMB 12
800,207 800,207 0000000000000000000253b7a0f2bb82b6084b7e3e9c80272da50a601b5d918a 4,585 1.00/1.00 vMB 7
800,206 800,206 0000000000000000000411b5e3962b9eb31566884df51024a838ac258e629544 3,224 1.00/1.00 vMB 11
800,205 800,205 0000000000000000000079844d6f104ad5110b4f4bb13e6aaf00359c71a79089 2,216 1.00/1.00 vMB 13
800,204 800,204 00000000000000000001e3be5f576dffc265c9e450978b2b2f267fe44fbfc3ce 4,342 1.00/1.00 vMB 8
800,203 800,203 00000000000000000000504f8b61cfef4d4ba5a40d2bc217ee928737d3b635ed 2,789 1.00/1.00 vMB 9
800,202 800,202 0000000000000000000030e6d65eb04beb373255d18ed7198fa881ea5a0abc89 1,771 1.00/1.00 vMB 9
800,201 800,201 00000000000000000003d173cc439ebf8f9e294dbc54b39efa4fb8c4caea477a 4,019 1.00/1.00 vMB 21
800,200 800,200 00000000000000000002fffbc886e1b5dcad46418aed2676658383f54a8d61d2 5,435 1.00/1.00 vMB 6
800,199 800,199 000000000000000000040b9261cafaebaed13794afda35c9281d3f0ec73ceadb 1,749 1.00/1.00 vMB 7
800,198 800,198 00000000000000000002fc824ece0e1f5e9f64d04781deb68c9a848510a31183 916 1.00/1.00 vMB 7
800,197 800,197 0000000000000000000387519b34854f0590d1dd86ef7f3b54c0811c4873a966 3,446 1.00/1.00 vMB 17
800,196 800,196 0000000000000000000237b688efdf4ec902e35231a10d4d820f3ea0d0f65f3b 1,898 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.90 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: 713.54 GB
    • Received: 17.39 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.