Loading Tool

Explorer IconExplorer

Memory Pool

50,320 transactions
28.84 vMB
0.07523617 BTC
Random Selection Loading Transactions
Max Size: 154.12/200 MB

Candidate Block

Mining Attempt 1727ecbb691e8bb0aa807c388dd42045b234c52d0615a32af3ff71e5d88a6674
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 1ee6f770260b4cf1c003923cacabc8ae922030bbfc2d18067b241f9534a4cb35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,801
Size: 1.00 vMB
Total Fees: 0.01203784 BTC
Feerates: 40.20 > 1.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (807,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,303 107,303 0000000000002f2429fc3de84d9d9c2b9cfe9fce998511ee5501a0e6974d8ff7 5 0.00/1.00 vMB 0
107,302 107,302 00000000000051d33c2a590183ee7d1428ca4fe44c8f4e55c454a0f84a180de1 2 0.00/1.00 vMB 0
107,301 107,301 0000000000001d85d1726e763ce7ba8f84ee524833e5c0a5b557f3809b832730 1 0.00/1.00 vMB 0
107,300 107,300 0000000000009cccb35a15e8a0c31d64fcffa95967ad2b3c0c9d87822c5f1e3a 2 0.00/1.00 vMB 0
107,299 107,299 0000000000016e3e9ed46ada81f0443d50809bcf272172fe5c724db07f970c3f 3 0.00/1.00 vMB 0
107,298 107,298 0000000000009f398692f956e1ae65f85ed0c99624aa25bdbeda5dd8df5af073 14 0.01/1.00 vMB 0
107,297 107,297 0000000000013ae6253b622fa1dc6f9eea51d226f2b63b9df798922744e50352 12 0.00/1.00 vMB 0
107,296 107,296 0000000000008a351d37a14dfa383c5b767dbc71fba26f46ab64143a01053013 12 0.00/1.00 vMB 0
107,295 107,295 0000000000025b763563343cba4255e50b2121b9181939fd0c79e94719fd1f55 9 0.00/1.00 vMB 0
107,294 107,294 000000000002511dec905fb95ba88936d1544948fed2eb4330a57deeb6fb5b91 11 0.00/1.00 vMB 348
107,293 107,293 000000000001bfc74b5ed527d8f142de49d6527aafad173d0e51c234dbe5a8f7 5 0.00/1.00 vMB 0
107,292 107,292 000000000001a6e7f90687d189a616d03685139ddf1976f24afac71aa9b80da5 7 0.00/1.00 vMB 0
107,291 107,291 000000000001c46642c4504b5f320cedf0b61a38181dd14b565289524382d63f 12 0.00/1.00 vMB 0
107,290 107,290 00000000000261d27fee1550a5582d12cb0627ef88697178feec9b09e7dc6022 12 0.00/1.00 vMB 0
107,289 107,289 0000000000026d886d2544abb6cf4fb70da04d79b669a26fe758e4e48c6ee1ce 11 0.00/1.00 vMB 327
107,288 107,288 0000000000010961f1e4adf972d80708f3a4c3c81fd8d1e3fe8fb0c6e8339dfb 35 0.01/1.00 vMB 97
107,287 107,287 0000000000013407874cbbf5ae404748c38e02e41f6bc4afa6991bfa38afafd8 3 0.00/1.00 vMB 0
107,286 107,286 0000000000027c701a5b8a779887c45e0f47e834a7e6b660cc4f666dc77048f9 4 0.00/1.00 vMB 0
107,285 107,285 000000000001980d151e637144a2592573ad70c1ad3925057b538e8471a06a5c 3 0.00/1.00 vMB 0
107,284 107,284 000000000001954e4496116b360e0ae358ddac4bc58c48b1e18fae5f592f4eaf 2 0.00/1.00 vMB 0
107,283 107,283 00000000000042396b03d2123bd13118ee26cd559213cd6ff4bf15270f5cced2 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.