Loading Tool

Explorer IconExplorer

Memory Pool

31,576 transactions
12.36 vMB
0.04569164 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.59/200 MB

Candidate Block

Mining Attempt 83bd92a1753ed6c9fec0b60e5cf13a6e591077bacb5e42d3920658b903c79ed4
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root 063ce88fb2384ba63163371ea9f371faaa091afbf78e6e5619677bec530724cc
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,267
Size: 1.00 vMB
Total Fees: 0.02357494 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (776,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,701 136,701 00000000000006131ff35e7f259b16c56e23b4541f21e92f006692e623b50e75 60 0.02 vMB 117
136,700 136,700 00000000000007e7dd440747c321018a8c10b3ca0388cfeb6d6f5daf97d187ca 69 0.06 vMB 377
136,699 136,699 000000000000040acd45313a565b316acc76fe3764bf33395bdee4530bbcb406 38 0.02 vMB 468
136,698 136,698 000000000000014985b5f1273a193896351cbd592090865177975bc7117fe723 113 0.03 vMB 162
136,697 136,697 000000000000001c42d79c4d8e38663e7186e0dd29e9afb780a7688b3cc385ed 98 0.05 vMB 479
136,696 136,696 000000000000045f2387982b2bb11113f443a9699416df74de337ef69817bf16 49 0.02 vMB 252
136,695 136,695 000000000000080b762af9a7466912c6be2659a9129711016b012dbffcc1ab86 40 0.01 vMB 453
136,694 136,694 0000000000000a898d6c1f88bc6d96e002f78f6d3a690fdb2ca64726f451a27f 8 0.00 vMB 461
136,693 136,693 000000000000011f8d83bf3c169b67328cc8e583711e179bc31d64e33c63af5f 11 0.00 vMB 42
136,692 136,692 0000000000000426bbdb6dd53d4477009de06cd3264178f724e6fff2a9768c65 5 0.00 vMB 0
136,691 136,691 00000000000002b92003cfc440c3ecebcbebc998d896ac28ae33c06c12530ace 20 0.01 vMB 206
136,690 136,690 00000000000000ed4c7dea403573c2dbddd505daef6e3aee0e9cf855686aad00 100 0.03 vMB 131
136,689 136,689 00000000000004cfbc3052cda2c9cd85e2b1bc738e2d8e015afd0e6f777c4919 25 0.02 vMB 189
136,688 136,688 0000000000000803d37d6e466424d408627b37b6146bb50ff4f45c7b63e82c57 11 0.00 vMB 556
136,687 136,687 00000000000005abaf9a2e5ced81ac88345c9c990b270baabb6de10e44779504 72 0.03 vMB 1,255
136,686 136,686 00000000000006eec6d18618722ab479aa20875e144781c40806b1af8d9d3cb6 119 0.03 vMB 2
136,685 136,685 0000000000000a23ca7b458d7f49c286aa54b689ec4e4ebd1b834b7ac7bc7b5b 41 0.02 vMB 289
136,684 136,684 00000000000002f42ea38a241bdf01d4e25c22b1b86e88fa9480021a5c117d90 110 0.05 vMB 303
136,683 136,683 000000000000020bcebbf17d4bd8dd3665d436760cfeb0906998cf1884b4c67f 1 0.00 vMB 0
136,682 136,682 00000000000001220e0f7cec126d95879b951c472fa7d69f6a0b5fbcf21955b3 34 0.01 vMB 619
136,681 136,681 00000000000006dabcbcf930b2b71cd797811315a9add96fafa60f2e72bc8ddd 80 0.03 vMB 202
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

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