Loading Tool

Explorer IconExplorer

Memory Pool

25,945 transactions
27.34 vMB
0.06073526 BTC
Random Selection Loading Transactions
Max Size: 130.35/200 MB

Candidate Block

Mining Attempt c7f23d4123ec2c6f68867510192f7a4b0f2b0d5181607adc4a50e718f4d97a4b
Version 20000000
Previous Block 00000000000000000000f7db0d0441ea7e915e393237de50110aa258874156c0
Merkle Root 8821b5b7a2ed170323cce41bcc9e36ce7b245321edaf38c84036dc227c6baa5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,706
Size: 1.00 vMB
Total Fees: 0.00904805 BTC
Feerates: 101.09 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,481 (789,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,534 124,534 0000000000000f7653400b5435e5a2a09f7e65fface1c2308977e93bf891fdeb 64 0.03/1.00 vMB 655
124,533 124,533 0000000000000a14698b976f58c67b76d9237ce09d0ef480c73065c40f05d1c2 16 0.01/1.00 vMB 604
124,532 124,532 0000000000005ec2bf79231cd34fef4e2036dc77190dbf6eda24b1884c9e1f21 7 0.00/1.00 vMB 354
124,531 124,531 0000000000001d5b2fd39ac08483ead1602591b8bd88285a0f0cc58744f7eb53 23 0.01/1.00 vMB 639
124,530 124,530 0000000000003ac848aad8d0df758c090e74a3405fa52dec843211ab132c4c06 10 0.00/1.00 vMB 618
124,529 124,529 0000000000004135c9c07c4f3fbd6d6d316bf802b454283991dfb56b84a60c61 12 0.00/1.00 vMB 0
124,528 124,528 000000000000463b7b2c322873fe695d16dfa9ec4c6999708fdf5aeaaa8ba84b 71 0.02/1.00 vMB 3,167
124,527 124,527 0000000000002f2869bfcd77b598eb41b79ace46767d56001c70c4b3747a3d6d 9 0.01/1.00 vMB 0
124,526 124,526 0000000000000bb97917ffc0ba0ea7d7c5fd834d485dba6e060daf53bf7b574d 4 0.00/1.00 vMB 3,253
124,525 124,525 00000000000064f5bfc09b901fb541d1ff378912032432e1d68736b3aac10ca4 19 0.01/1.00 vMB 297
124,524 124,524 0000000000003f969128ee279521d1666faf9555a177c181c762d49562ea35d4 28 0.01/1.00 vMB 219
124,523 124,523 00000000000036b18b35b6b2790d0ec62c4ea9dc33a08b4db806e6fccdf7fafd 9 0.00/1.00 vMB 265
124,522 124,522 000000000000018a45ed5eeec22eb793df1876d0600057a341d7183404824e1e 11 0.00/1.00 vMB 782
124,521 124,521 00000000000008571cc64ad5b69e0b1c8060291a0086c9683a2a328dcb9f2031 10 0.00/1.00 vMB 258
124,520 124,520 0000000000003c3552207d65e2c297b0e7e810f1414a189133d7efbf29455480 10 0.00/1.00 vMB 201
124,519 124,519 0000000000000070452b88f28f4a684df1f050eca9c39ba1b1ef8f9cbbba5150 18 0.01/1.00 vMB 2,171
124,518 124,518 0000000000001ef2d51cd87b2d9717b6e0e70ace3282bcb80bca8d33395e9bbd 13 0.00/1.00 vMB 1,019
124,517 124,517 000000000000257b16e318c39bdc059fc655596dc15d261c831acb475eea5747 12 0.00/1.00 vMB 308
124,516 124,516 000000000000385801d042846f80c472aadf1856de8e7183740e135140ca2c71 19 0.00/1.00 vMB 616
124,515 124,515 0000000000005a38c8ec051e563ca429c7bba70d3aaedf276d7b92b02d66dae3 2 0.00/1.00 vMB 1,060
124,514 124,514 0000000000004eab608085e814b24bd752d15dbf1cc548cf7c367d6460986339 21 0.01/1.00 vMB 2,103
Previous 10 blocks ↓
Total Size: 781.46 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.06 GB
    • Received: 10.80 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.