Loading Tool

Explorer IconExplorer

Memory Pool

44,305 transactions
26.70 vMB
0.06796294 BTC
Random Selection Loading Transactions
Max Size: 140.38/200 MB

Candidate Block

Mining Attempt 0e3d76b8d81012bfea3a4c1fb3326bec975a0e5fd5540dd5b827d42dbd22be6d
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 13b2790c7e3a2185ae20384625aa1aa7e3c5b0ac74823f9f7b8b19457f199bb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01875277 BTC
Feerates: 150.68 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (166,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,927 747,927 00000000000000000005062c12abe68b944142f6c805be91f044addb5f81a80d 2,731 1.00/1.00 vMB 14
747,926 747,926 000000000000000000029e1fc4fc02ada74f54d563b2d8c15da4977050ab8eaa 3,275 1.00/1.00 vMB 22
747,925 747,925 0000000000000000000263a8a4e5ee368ca4d8777bc775fe28005e2bb7d76233 3,712 1.00/1.00 vMB 19
747,924 747,924 0000000000000000000110334b1fa38cf7eda3b865d4ee3412adbf103d8d5604 2,604 1.00/1.00 vMB 22
747,923 747,923 000000000000000000031b57fc315d2b0184140b88a4c71cc14347d6c7f8082f 1,226 0.40/1.00 vMB 13
747,922 747,922 0000000000000000000132d93240e798f407ca0fe9683f207b119e903cd93e17 900 0.28/1.00 vMB 4
747,921 747,921 00000000000000000003540f3c4e34aeb9a1867fd3c94f775cd714e993d684bb 3,044 1.00/1.00 vMB 18
747,920 747,920 00000000000000000005d95197cdd2f227a1c5f830e0445b5092d17727b597bb 2,294 1.00/1.00 vMB 7
747,919 747,919 0000000000000000000163a25c6813a4f203395d5f5db8cdfb6700e04eeb7004 3,008 1.00/1.00 vMB 18
747,918 747,918 000000000000000000037733ca9c01f55fee6be6429534341076181759cddefb 2,571 0.97/1.00 vMB 10
747,917 747,917 00000000000000000001a7f90c85a813e344945a0d145902887cd1f0cd9fa3e5 3,033 1.00/1.00 vMB 14
747,916 747,916 00000000000000000004fe3b4dd5fdb185c74f02a3e5cbc07f7f0db955cba7b9 2,883 0.95/1.00 vMB 12
747,915 747,915 00000000000000000008bbd1e67fc562c33e0e15def99302d7b16ab008d3e1ef 1,484 0.78/1.00 vMB 5
747,914 747,914 000000000000000000079e978b5185e8a4b3ae4abd3a63fca6e583d0f9de4a3c 2,284 1.00/1.00 vMB 14
747,913 747,913 0000000000000000000542a914feb72c767bd03eb4607aaa3cfae9b6a2a01dc2 1,175 1.00/1.00 vMB 16
747,912 747,912 000000000000000000089f16c42f42d3bc35cf1ea07197ab213df6f167b9ba8c 975 0.37/1.00 vMB 11
747,911 747,911 0000000000000000000371d83d1ebed0fbac1262130ed3096c40426ec51c1827 2,218 1.00/1.00 vMB 6
747,910 747,910 00000000000000000007091e82b142b45fc3338526de3364ec39d6f781864e37 2,147 1.00/1.00 vMB 13
747,909 747,909 00000000000000000009401b8aacdf49be33dafbb31ec7b9c91f624864b873db 3,280 1.00/1.00 vMB 18
747,908 747,908 00000000000000000008e657b9348dd557390f9f670d6ba98596ea34a4e5bc4e 191 0.11/1.00 vMB 12
747,907 747,907 000000000000000000005822428bc9e9da1e11013b6418d0fcdad05de980b579 322 0.45/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.96 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: 647.48 GB
    • Received: 12.95 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.