Loading Tool

Explorer IconExplorer

Memory Pool

26,096 transactions
27.52 vMB
0.05646776 BTC
Random Selection Loading Transactions
Max Size: 131.50/200 MB

Candidate Block

Mining Attempt 396ce2a10ca5b92610ad408eea87a168183a896b6c99b6e870d3b7d16e710a2e
Version 20000000
Previous Block 0000000000000000000027f10646a10b5efba6c9534cb2ab75fde3381e97b9ae
Merkle Root 8fb71896e50c03b6466fca702b8528650ad823d1fdaf6a2de8d4c019a395e7de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,907
Size: 1.00 vMB
Total Fees: 0.00430110 BTC
Feerates: 6.62 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,500 (784,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,828 129,828 0000000000000a7daf92fb6cd9ca39bff2c3134c9c746c80a82a33c50548963b 145 0.04/1.00 vMB 626
129,827 129,827 0000000000001bb6fa16ac5ab85667ae68ead53a140141a18fe9bc2c089c5eff 169 0.05/1.00 vMB 133
129,826 129,826 00000000000015b8d47a77b58e7aaa309213172a62acf734f816fd3c8940aa62 71 0.04/1.00 vMB 1,045
129,825 129,825 000000000000067bd3b600174b8fc56e174e7b579f7aa9689ce5ec7f3805acf4 13 0.01/1.00 vMB 1,240
129,824 129,824 0000000000000bfaf179404b0467d8d9466f9a78737ada7f7fc29a8a766ebcfb 129 0.05/1.00 vMB 372
129,823 129,823 000000000000113b1960d51a9937dbfa3e0982cc56ff64236727ee4b8c784882 81 0.03/1.00 vMB 1,346
129,822 129,822 0000000000000c83e6642e0d307b2e3e619ed80a36097311a9d7ed679bd7150e 87 0.04/1.00 vMB 973
129,821 129,821 0000000000000ddff0ec1981ea92d3e17d044d35ce0ac9a770072b10e9cf426e 68 0.03/1.00 vMB 478
129,820 129,820 0000000000000b05f0677ddb8fbb3ea394453846710efe380122c82499e7ea29 28 0.01/1.00 vMB 1,066
129,819 129,819 0000000000000aee0a23fd2c5274a3c9a2b4387d9a8971d8b9266064e7ee89c6 3 0.00/1.00 vMB 2,877
129,818 129,818 000000000000167f4f8533dfbcc4fe42c466bddeab2538970148ab6ac1bd291d 39 0.02/1.00 vMB 968
129,817 129,817 00000000000011f21c3e32cbb577ef7f8d783fc44c5b2189e8635e489cc7b3f2 61 0.02/1.00 vMB 320
129,816 129,816 0000000000001a313b892447308a715ac5f1f8a28fd6a1f1bcb34aa551cf0d14 66 0.02/1.00 vMB 2,571
129,815 129,815 00000000000011bbbb1290871bf3e5cac49399a62c166d4cd2928f798228dfd3 15 0.01/1.00 vMB 1,457
129,814 129,814 000000000000109e1a7255838a438e09114e8740a9effa13321ab9572b4d7010 129 0.04/1.00 vMB 361
129,813 129,813 0000000000000657729e74e7d9a0393eae657184374fb8d96a92cb798b8a0ad2 16 0.00/1.00 vMB 0
129,812 129,812 00000000000001159aded86f78acd0dfaa399728229d3c536b64df92f36a39c0 38 0.02/1.00 vMB 5,751
129,811 129,811 00000000000006f20a1f5d6e1fd1f38646c9f350b437a396b599852ff6d3c504 10 0.01/1.00 vMB 960
129,810 129,810 00000000000001f899247e228600f98e80939daea30faef84c360a154eaf7264 9 0.00/1.00 vMB 307
129,809 129,809 000000000000104e5a122793b4368f5fa125bdac1e96be30e340e5511be6c158 50 0.04/1.00 vMB 1,024
129,808 129,808 0000000000001cf7769b465cd7a3bff8855b74b85881e3f05d5ea1befb407bbf 16 0.00/1.00 vMB 995
Previous 10 blocks ↓
Total Size: 781.50 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: 612.22 GB
    • Received: 10.97 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.