Loading Tool

Explorer IconExplorer

Memory Pool

41,975 transactions
26.57 vMB
0.07806800 BTC
Random Selection Loading Transactions
Max Size: 138.77/200 MB

Candidate Block

Mining Attempt 74c8e9cb3c3a52f4d7e727512cef72bc8c82c7499da0c42c2811897a91d5c208
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root d469060883af77d972f8e2e6a750524ee8f55e8abc6c5c7f14c32b12ea666b35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,750
Size: 1.00 vMB
Total Fees: 0.02878084 BTC
Feerates: 151.01 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (199,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,978 714,978 00000000000000000007e0849317e810ca070823c1df4e6defd4744a1b62c3c0 1,468 0.69/1.00 vMB 5
714,977 714,977 000000000000000000077223c7930f2aa4bbbf5e38f0cb5bcc7acfc66dc88fe2 1,184 1.00/1.00 vMB 3
714,976 714,976 000000000000000000017ebfd411223992cb8bacaffc05bc5f074e8cb17cf1b4 222 1.00/1.00 vMB 1
714,975 714,975 00000000000000000009a25c58e9d06f68e701ec3b94cd31d4319df838b12f97 2,230 1.00/1.00 vMB 9
714,974 714,974 000000000000000000087fa405233e88959c22e7a8adb0ec1379ba6fe9587006 1,329 1.00/1.00 vMB 4
714,973 714,973 00000000000000000003229658257bb591a4a2c354d382487128283dccc6ac5b 2,678 1.00/1.00 vMB 3
714,972 714,972 0000000000000000000a0c4c6c7d8bc0e2e5523ad77b6143eefca1fd28c7d9a3 3,307 1.00/1.00 vMB 13
714,971 714,971 000000000000000000050aa173dbe8e8738d49f237d949263fddea432edb831f 2,659 1.00/1.00 vMB 14
714,970 714,970 000000000000000000003442b603e37d9867bd46adc654f9976704878b690225 3,678 1.00/1.00 vMB 16
714,969 714,969 0000000000000000000a41913c994b3ac0ad18d478fc97210398814361f19ee8 3,151 1.00/1.00 vMB 9
714,968 714,968 0000000000000000000a0e94ec40efd3f8c0e0021fa4f2d91442669f679202ab 2,646 1.00/1.00 vMB 12
714,967 714,967 0000000000000000000251c69875c8fd9bf30c59e76024f672033ef36f388bbb 2,908 1.00/1.00 vMB 13
714,966 714,966 0000000000000000000a77495b51b2d50c71036a3fc94cfba6e1d809edc2111f 2,983 1.00/1.00 vMB 10
714,965 714,965 00000000000000000007e9e1f9e78d0b4246bd1caae59b4c3dd91f2cc2e6fd55 3,766 1.00/1.00 vMB 5
714,964 714,964 0000000000000000000045a14fd29936b66bcb75c1d840a93c4a173f46b525c4 3,580 1.00/1.00 vMB 6
714,963 714,963 00000000000000000009272e028171f23cc6a09e2187d2771ad2e9a3c311126f 2,295 1.00/1.00 vMB 6
714,962 714,962 00000000000000000003e0776887792f4800c0da9e02c033a54fcc93fb6fb062 3,283 1.00/1.00 vMB 22
714,961 714,961 00000000000000000008018de6a7eb7bb62680f03f2869035a233e2b5c625b92 3,160 1.00/1.00 vMB 6
714,960 714,960 00000000000000000005ba1ab41486222a73e8f86a1c47a0fc7bbe0b1fc31549 2,781 1.00/1.00 vMB 13
714,959 714,959 00000000000000000009d473fe5587f0420947c2d2d7b563c05b2df6f3b6f23a 2,605 1.00/1.00 vMB 20
714,958 714,958 000000000000000000083a59e67b8077c440c49ad1661e2b642b088892274362 2,840 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.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.