Loading Tool

Explorer IconExplorer

Memory Pool

42,964 transactions
28.03 vMB
0.08426156 BTC
Random Selection Loading Transactions
Max Size: 144.90/200 MB

Candidate Block

Mining Attempt 965c108d4f66d0c6c1608472337242c9c44e526f926d628090b4f2b687757a47
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 2e628fac104a386472379223fc5426827af6fc45d01f3b92d72b3b7e16a1e21f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,895
Size: 1.00 vMB
Total Fees: 0.02599219 BTC
Feerates: 180.63 > 2.60 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (206,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,366 708,366 000000000000000000049a85be7e8c652d325feff617abeb772621185260ab8b 2,090 1.00/1.00 vMB 10
708,365 708,365 0000000000000000000ab67790de4ead5fefd0dc3a76f737539a9a3ee85ed4ce 2,770 1.00/1.00 vMB 14
708,364 708,364 0000000000000000000398fd6ae50098d92ac9dd9178745ffb6ecf8db97eb93c 2,517 1.00/1.00 vMB 8
708,363 708,363 00000000000000000008641001b69d9024a0c389d0371fcea2cf5bf58dc580d3 1,382 1.00/1.00 vMB 10
708,362 708,362 000000000000000000059ee6f8c41d0906a03a74bb0cc0013a4e93dc97f93336 3,297 1.00/1.00 vMB 16
708,361 708,361 0000000000000000000c26e36d9ac86c40b5574517c2ff95218a569cc15a5b51 2,422 1.00/1.00 vMB 12
708,360 708,360 00000000000000000009cb577c40928f3adff7462e3a6c8132f19df9ab84ba8f 3,074 1.00/1.00 vMB 12
708,359 708,359 0000000000000000000c2a2f8c6ab154c8eddad057b6ed307bc6c24dce43cafb 2,861 1.00/1.00 vMB 17
708,358 708,358 00000000000000000000932c651fd592e2adf04782cc9611a295e2e1b50378bb 1,895 1.00/1.00 vMB 54
708,357 708,357 0000000000000000000298e9d77d7a04369890b7c70ce066a637d61aa278e025 3,015 1.00/1.00 vMB 23
708,356 708,356 0000000000000000000ce97c039ff9bcfb616605d6c483638a19df56476228f7 2,862 1.00/1.00 vMB 32
708,355 708,355 00000000000000000000d53b4a1e9a541df7d79546f667b13bf73c1d2a19a8cd 1,777 0.86/1.00 vMB 10
708,354 708,354 000000000000000000075f61bbc14ab4ef296a462dbe322ee2dfb09a124b51a2 629 0.25/1.00 vMB 10
708,353 708,353 0000000000000000000840ebd13b008a481288e35a4d64a3649e5d5992d99cf4 1,009 0.76/1.00 vMB 5
708,352 708,352 00000000000000000004d6330112a280b0fa5b60e3c397432353bb5c49ff0f16 1,959 1.00/1.00 vMB 10
708,351 708,351 00000000000000000003278af20a8620c991bfecb56008eb34d5273ca88c081f 2,907 1.00/1.00 vMB 11
708,350 708,350 0000000000000000000932ebe8246022830558334116c790ab1408e1428d250a 2,844 1.00/1.00 vMB 14
708,349 708,349 000000000000000000057963096a1d8fafc26327bc5d3b65ea8de6afc5b7d7c9 2,800 1.00/1.00 vMB 11
708,348 708,348 00000000000000000001e0bfe0778afe1567ccb8bf48a0d17ed11a8f0a2ce897 2,835 1.00/1.00 vMB 27
708,347 708,347 0000000000000000000bf6ec1d4cf2fc1151d93613e7a083e519575ca168bff6 1,930 0.87/1.00 vMB 3
708,346 708,346 00000000000000000009965ba774fc5423bc59cbbb81d234f9b546b382377f0d 2,497 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.79 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: 634.10 GB
    • Received: 12.24 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.