Loading Tool

Explorer IconExplorer

Memory Pool

81,668 transactions
31.65 vMB
0.07661885 BTC
Random Selection Loading Transactions
Max Size: 192.26/200 MB

Candidate Block

Mining Attempt 92ab9d3b629f6d90310cac7290a371383f26876ca00d1996b1edb278fa56d71e
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 9d095560e302dca2be943f1bccef4fa3b6ad9ef0d768cc30b1acfeb725457be4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,923
Size: 1.00 vMB
Total Fees: 0.00767071 BTC
Feerates: 73.20 > 0.77 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (520,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,219 394,219 0000000000000000047c6758f711c12ce143c8a4f42aff2527d916f6333ebb47 1,337 0.64/1.00 vMB 44
394,218 394,218 0000000000000000001b8fc7c7f451678b5bc09d2563bdaef853903c406680f4 1,447 0.82/1.00 vMB 32
394,217 394,217 00000000000000000253ab2b536bbcfab8058a3fb26146b5785f779ee9b5254c 61 0.05/1.00 vMB 1
394,216 394,216 000000000000000003bc7c2c81e1163d7daf8fb53d0644cb8ca61879a57a7615 1,676 0.75/1.00 vMB 50
394,215 394,215 000000000000000007d065c97e6c25c8751c03657bd44b9617e57240809fc272 1,149 0.99/1.00 vMB 23
394,214 394,214 000000000000000004c46c6f3b0e0e851f22867e061181d2a922cdef1adee77e 1,210 0.95/1.00 vMB 22
394,213 394,213 0000000000000000085a9170ab173308378895f431a37c313dc68ffcc836e6ae 2,029 0.75/1.00 vMB 57
394,212 394,212 000000000000000000006ec80ccfac79bbc9b01dd894e9a0c69491775a1d3943 2,021 1.00/1.00 vMB 40
394,211 394,211 00000000000000000208411f8b887f2b3f482b4986946b14816718d5586ddbe6 2,354 1.00/1.00 vMB 51
394,210 394,210 000000000000000002a15fb67b003362d0f7cdaebb17002d8c5db1cd1470c2b0 2,157 1.00/1.00 vMB 43
394,209 394,209 0000000000000000042f6bd2cc5979fde040204de959772dea456e5399c7a02d 1,166 1.00/1.00 vMB 21
394,208 394,208 000000000000000004b20457da6107b2987ff9bacb4431dc686130f0442c0bc7 1,134 1.00/1.00 vMB 26
394,207 394,207 0000000000000000001f5dcf9e11ca05ee82434e8871138f6c8325c56cf4ad79 744 0.75/1.00 vMB 24
394,206 394,206 0000000000000000058acb778f831f801eb59d5c908e461fa09c2e3179022285 1,369 1.00/1.00 vMB 28
394,205 394,205 000000000000000002e63d508954a50d62243fe6685389ba52510087a7c4a23f 2,462 0.95/1.00 vMB 59
394,204 394,204 000000000000000002e0a53c74b8801ba18f23bffae37ee47606fa010fffec7f 814 0.93/1.00 vMB 20
394,203 394,203 0000000000000000099839bfde465c3baab766191e80e795f2b073c56f68e54c 746 1.00/1.00 vMB 20
394,202 394,202 000000000000000004ea6e0461bfae2a1eccde24a9481aa08d0c2be79a23b59e 1,607 1.00/1.00 vMB 36
394,201 394,201 000000000000000008740c2a5971a7078b9831b1360bb5eb57e0bb2fa56e5276 1,770 0.95/1.00 vMB 47
394,200 394,200 000000000000000008f7e2a8fe580d89baf14731568f00bff396b8d07d6af269 915 1.00/1.00 vMB 21
394,199 394,199 000000000000000002c4f5ab5abb1fb566c87ca0d138e82adc5f56705a3f01e9 2,024 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.