Loading Tool

Explorer IconExplorer

Memory Pool

82,991 transactions
31.35 vMB
0.12970992 BTC
Random Selection Loading Transactions
Max Size: 190.01/200 MB

Candidate Block

Mining Attempt 143d61b90e34724fc9e310c675c5994f29ca2f2a800d1ab9591347b2fb3ebb14
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root ad739cec7e53dbba4af5771f899c03bb5959c7a117fe006cb8b946387aee3118
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,022
Size: 1.00 vMB
Total Fees: 0.04577204 BTC
Feerates: 318.30 > 4.59 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (124,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,255 791,255 000000000000000000054f47e21f6010a891fc5bb9e8b3fdab5a37068d2b753b 1,888 1.00/1.00 vMB 29
791,254 791,254 00000000000000000001b8c2478b69145f6f777600ad4deac08ff425f185ef4d 2,070 1.00/1.00 vMB 39
791,253 791,253 000000000000000000051a2f2320cec3d918a6d9b8fc5ef69cf2a955eb4604cb 1,246 1.00/1.00 vMB 52
791,252 791,252 00000000000000000004cef6d043cdc6124c83b41b48947beaacf0a9f79fb8c1 1,981 1.00/1.00 vMB 58
791,251 791,251 0000000000000000000514d645f700e174dbf5b8943cf486608622d3984bd7c2 2,367 1.00/1.00 vMB 71
791,250 791,250 00000000000000000001b0fe0a62d53e3593b298a9013335e6f65b4fa8b02d03 6,054 1.00/1.00 vMB 23
791,249 791,249 0000000000000000000188a50800aed7defffeabb2dc65fc0676bf37a8804797 3,639 1.00/1.00 vMB 32
791,248 791,248 00000000000000000004b354dde652547af1e1759220bf5975eb41df308bacee 3,444 1.00/1.00 vMB 32
791,247 791,247 00000000000000000001e10c2d32ceb10dc6208fcc1078751e30bac4bf7d3b2b 1,985 1.00/1.00 vMB 28
791,246 791,246 00000000000000000000dc26ad6e429cdd6304f9f557cc213bbc3128bec03df1 2,893 1.00/1.00 vMB 32
791,245 791,245 000000000000000000005069d1d896b2df6837ebdf855d357a5b382a528479a9 2,414 1.00/1.00 vMB 54
791,244 791,244 00000000000000000002d322ffb38b732cfd0cec326d45407ab09fba3375b58a 1,912 1.00/1.00 vMB 26
791,243 791,243 000000000000000000034e6a18f3ba21f89cefd994dc9a3b66dc54a8b78f65d6 2,378 1.00/1.00 vMB 33
791,242 791,242 00000000000000000001ccff3d2b190aff4e887c9da823cebd37bc48525e68da 2,311 1.00/1.00 vMB 40
791,241 791,241 000000000000000000008d4a0ea045ed2cc445d0a3a965adbe263f40f29a3c9b 1,242 1.00/1.00 vMB 53
791,240 791,240 000000000000000000051511b0190e73bb076a907846861a89e5abe859d12b0d 2,340 1.00/1.00 vMB 66
791,239 791,239 00000000000000000004ed0aea3146d5a5e3cb33a7afe09765ec08f8c497544e 2,309 1.00/1.00 vMB 40
791,238 791,238 00000000000000000001a5649cefea65e1a05bbd72236e259ad28adffb2cef81 2,003 1.00/1.00 vMB 33
791,237 791,237 00000000000000000003079c3a8d8309dfda5bd500b8559fa3ac086885e2c65f 2,133 1.00/1.00 vMB 55
791,236 791,236 000000000000000000039886dc7291917138c6734c8e9c7bbbf86f2e0054c637 2,516 1.00/1.00 vMB 44
791,235 791,235 0000000000000000000363ddaabae4cea434a8d9676ed35f7136b053463ece3b 739 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 722.49 GB
    • Received: 18.40 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.