Loading Tool

Explorer IconExplorer

Memory Pool

25,446 transactions
26.64 vMB
0.05467652 BTC
Random Selection Loading Transactions
Max Size: 127.50/200 MB

Candidate Block

Mining Attempt 789d0c2521a16ad67f0371cd068cb5347d3f48dbc0ea37840df0b615844ab225
Version 20000000
Previous Block 00000000000000000001f153be8400a938169c22122f44526eb6818272e825e6
Merkle Root 7d7e8f8fed0b9f7feff8aabb64b05b1060b4a3244e323db98af8c6612a74d1bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,803
Size: 1.00 vMB
Total Fees: 0.00484340 BTC
Feerates: 40.21 > 0.49 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,496 (455,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,613 458,613 0000000000000000015d695120bd45a440e8284fc12bc982bc6614d1692e662a 1,844 1.00/1.00 vMB 163
458,612 458,612 000000000000000000a3c520b09312517eee93c09b84aae958121518b133339c 2,020 1.00/1.00 vMB 158
458,611 458,611 000000000000000000c1ff0666162f5aa78b6dbd6d0c52155029c5b9738c2f0e 2,692 1.00/1.00 vMB 190
458,610 458,610 0000000000000000017e1f7b65dcd0c6a35f60c55532a3d05e6f98e20421be2c 2,600 0.99/1.00 vMB 135
458,609 458,609 000000000000000001e2ab056dbafceecabf4c1e66f1f40585faaca76440e0fa 2,544 1.00/1.00 vMB 281
458,608 458,608 000000000000000001599288dc06453682b19f8db09ef41a3042adda0f73cd52 1,179 1.00/1.00 vMB 82
458,607 458,607 0000000000000000018b55f7dc83f887b759f151d2c6d7aeafc130f2db65cdd3 1,908 1.00/1.00 vMB 125
458,606 458,606 0000000000000000016c41fa5ec014953e2e332cafe35560ee4b2144f8dec91c 2,061 1.00/1.00 vMB 165
458,605 458,605 000000000000000002220daa9e47d873e55bd7175342d1e3ffcb855b69b7138d 2,183 1.00/1.00 vMB 173
458,604 458,604 000000000000000000a3ed9e6081b59119859dea70dee6eef80f973d967f1a51 2,249 1.00/1.00 vMB 223
458,603 458,603 0000000000000000006357695f04e7dfa750567094184fa9ca567735a9f37f90 1,801 1.00/1.00 vMB 111
458,602 458,602 0000000000000000022e09a06d40a860f797c7d5537c41dbd172b909830f7c17 1,813 1.00/1.00 vMB 221
458,601 458,601 000000000000000000a4c87351460dfa6d697ea38fabf5bec427eef4ed186ed3 1,797 1.00/1.00 vMB 183
458,600 458,600 000000000000000000e01882d116c73dbcd9e4cdd26e4f03651363b26a64b226 2,328 1.00/1.00 vMB 250
458,599 458,599 000000000000000000f33ee96e866870bbdac86ff28c37a711d8aa72a1d2234a 2,384 1.00/1.00 vMB 281
458,598 458,598 0000000000000000009312aafd06618b4613be1f0f0bb58bfe7077e2d4b890ee 2,612 1.00/1.00 vMB 215
458,597 458,597 000000000000000001424087e0a051592ea10131e4f038157ac5e98180adb32d 2,025 1.00/1.00 vMB 239
458,596 458,596 0000000000000000017755ebaa906c768b204f26faa25c90bbc8b692ee929fa5 2,604 1.00/1.00 vMB 297
458,595 458,595 000000000000000001bf04399a960f933afa730c397d4599d7bcd3d357e29d0f 2,353 1.00/1.00 vMB 157
458,594 458,594 00000000000000000138830a4398c4f029f888f270631733b517b8a092fc4ebf 1,814 1.00/1.00 vMB 222
458,593 458,593 00000000000000000214efb55ef94fb990a127deb76b55b04afb05f4481d0944 1,713 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 781.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.93 GB
    • Received: 10.93 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.