Loading Tool

Explorer IconExplorer

Memory Pool

42,084 transactions
28.75 vMB
0.07281290 BTC
Random Selection Loading Transactions
Max Size: 146.90/200 MB

Candidate Block

Mining Attempt bec7e5e46e6c51a984b47767fed1a0ab346eec401dcd789a94608bd81c6be13e
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root ab81ad10d27a08d9e4e7383e9dc40101962dfc77266370084bb6ccace53a4a8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.01687655 BTC
Feerates: 104.56 > 1.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (298,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,098 616,098 000000000000000000022957f2679ce5f58e7769fc36aec79a1b7297d1d135a2 2,921 1.00/1.00 vMB 9
616,097 616,097 00000000000000000005d23ed1252b164bce0076f6d161e0f0a2322ef8c5be71 959 1.00/1.00 vMB 8
616,096 616,096 00000000000000000006159ee6d22a7e6b8fc20da76589ee9c3b5973d6be26b3 2,117 1.00/1.00 vMB 18
616,095 616,095 0000000000000000000d9db87426bc19b22f121b178fa9648ff2a3a44cbdd86d 2,190 1.00/1.00 vMB 16
616,094 616,094 000000000000000000069e7d2478ba78eb3b02016f5b6c3e0d64d27271024a06 2,305 1.00/1.00 vMB 19
616,093 616,093 0000000000000000000e8ed86c14a195dfd4281453cfe0ec490ecfe093137b9d 2,164 1.00/1.00 vMB 32
616,092 616,092 00000000000000000002b17a90e2c6781882281f157be16db3effddd94ba2a2a 1,020 1.00/1.00 vMB 82
616,091 616,091 0000000000000000000c229856378d854cbd1761580c1c5afb78dea0fff05587 2,470 1.00/1.00 vMB 11
616,090 616,090 0000000000000000000200872461126cae53fb95e39ba2f2ebd97894b4160e85 2,776 1.00/1.00 vMB 10
616,089 616,089 00000000000000000011c7fa8aee8e8739e7b00b9c14fa323f98696abd793864 2,827 1.00/1.00 vMB 15
616,088 616,088 0000000000000000000054b2a0f06260bf9d61ef21112618b8d6e483d34498e6 2,916 1.00/1.00 vMB 21
616,087 616,087 0000000000000000000d067e5c1ba2cbc580c3a2ee8dc9feec04ec215c9caf99 2,759 1.00/1.00 vMB 13
616,086 616,086 0000000000000000000faa91f30e2c99c6f51ee33c09f6f56c843dcae3db6d31 2,303 1.00/1.00 vMB 19
616,085 616,085 0000000000000000000234ea66399882b8c99e9c44dbb1b755fccd9bc16f5b10 3,231 1.00/1.00 vMB 20
616,084 616,084 0000000000000000000d976c5aa19b8fcd78bbf48b2e15603f7042a6ad81641a 2,738 1.00/1.00 vMB 38
616,083 616,083 00000000000000000001f9570b073e4b5ce2aa8ab051eb1482d2be8c0965cf7b 95 0.03/1.00 vMB 16
616,082 616,082 0000000000000000000c53aa64e160885845ed4c99f0c963d13003b4a749deca 2,795 0.91/1.00 vMB 17
616,081 616,081 000000000000000000122e16b63e6a12b13d9ab1a86b98a4d335f1907062fd05 1,816 0.72/1.00 vMB 17
616,080 616,080 00000000000000000008ac2600211364987dc68cdce21bc2767dadaec0b7b848 1,044 0.35/1.00 vMB 2
616,079 616,079 0000000000000000000e7339259bcbfe49d014d96ef6151665f0603ee128f816 2,893 1.00/1.00 vMB 20
616,078 616,078 0000000000000000000000e485cca75b9e9a48a6b532d21582ebfb2ebd87470a 2,479 0.97/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.03 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.