Loading Tool

Explorer IconExplorer

Memory Pool

41,273 transactions
20.19 vMB
0.08705038 BTC
Random Selection Loading Transactions
Max Size: 112.63/200 MB

Candidate Block

Mining Attempt f6a4c2c29daa32997064eecdc426e02d3cc7db8745c82408791d63f298924d8a
Version 20000000
Previous Block 0000000000000000000090007083a4c5b0066025965bf90976dad02bace4e5cd
Merkle Root 36cb7126267c803215b95f571d000fe23d7a2fa81a7acace622b4949810b0d9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,808
Size: 1.00 vMB
Total Fees: 0.04713960 BTC
Feerates: 200.91 > 4.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,104 (847,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,721 66,721 0000000002b5132ce54b0d11b974fc348cb5b4f0b9fad00e7adbc242dbba8802 6 0.00/1.00 vMB 0
66,720 66,720 0000000001b700a1fa0ec6f7c5a34dff7cd9eea8d75eb7a0d2613f1409ff7e4b 3 0.00/1.00 vMB 0
66,719 66,719 0000000000721fc26b501e27ed6345aefad52cda088f3b9ea760ba65d9b48e1e 1 0.00/1.00 vMB 0
66,718 66,718 00000000001bd141d4420dbc6bff9416897e94ebf7706403401cba408b8247e3 1 0.00/1.00 vMB 0
66,717 66,717 0000000004c6d08d616f1c02dd42483a250ae5ab8ac421b64b6de73526de465b 1 0.00/1.00 vMB 0
66,716 66,716 00000000047891a533d057822892ac31ef2bb568fd900f7453c961309497ff17 1 0.00/1.00 vMB 0
66,715 66,715 0000000000a9347de88eaa501d475707586f733784b3424eed349812080a10a7 3 0.00/1.00 vMB 0
66,714 66,714 0000000004f48ee60f2e187cf21cc32bd80af5f3a952c212dbda9fb3dfb6edcc 1 0.00/1.00 vMB 0
66,713 66,713 0000000001ce99b0cc2a6aec0b699cc2cfc0bb6fdc3bd75545cc0b18e3591db7 1 0.00/1.00 vMB 0
66,712 66,712 0000000000588da2374bb16a9507098bcc320ad288b72197f621973e3cf7d96d 1 0.00/1.00 vMB 0
66,711 66,711 00000000014d7d412af8c55e6d709645bd82d9e4c2f844b98b10267904536dde 3 0.00/1.00 vMB 0
66,710 66,710 000000000556afc9d6c343948cd0067e3466f2ff51eba302128717614fb0d2a5 4 0.00/1.00 vMB 0
66,709 66,709 0000000005044c6068de45a3b3dc9095f286b19373fc82ccffb884f028d8516f 3 0.00/1.00 vMB 0
66,708 66,708 0000000001fc9337fcea078483d35a4d67b95d754220052ea57d23b4565d2e12 1 0.00/1.00 vMB 0
66,707 66,707 00000000029a78d88d8001d6f0bc6d193a782802ae2ad37ce7c349f3793b4419 2 0.00/1.00 vMB 0
66,706 66,706 0000000002d3fa12bace1151a47fa246774a84d248f10304196d5d95a24021b9 2 0.00/1.00 vMB 0
66,705 66,705 000000000370a424baedb1014d0a85c511e0d24aa8d23f6deadb0cc193b6c508 1 0.00/1.00 vMB 0
66,704 66,704 00000000011bb2d7046bab2efb7b5f8da1f4c4d379acb951a53b6fb89633b216 1 0.00/1.00 vMB 0
66,703 66,703 0000000003e8da0a478f60c7d0aac855f5a5105e885487cc9116dfc304acf89c 2 0.00/1.00 vMB 0
66,702 66,702 000000000117bc51ac29cc7703a5b7c2c034a361c1d210729e96ccde1a83b656 4 0.00/1.00 vMB 0
66,701 66,701 00000000051b18f82e3faa8febf1f8db76407aea9ab4377ad8079bbb4598dd16 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.78 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: 559.41 GB
    • Received: 7.20 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.