Loading Tool

Explorer IconExplorer

Memory Pool

33,357 transactions
25.63 vMB
0.08966834 BTC
Random Selection Loading Transactions
Max Size: 128.89/200 MB

Candidate Block

Mining Attempt e0ec54045295776d1373151ade408790025d76076c3bb822ea1bf75d0e33f3af
Version 20000000
Previous Block 000000000000000000004b2f08280fa3b2e9a35c182e23d920b50047c343d50b
Merkle Root e687b58aa7bd608b1a77ef1a1b910b0ee290589ad3986fef3c26adfcd296377b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,131
Size: 1.00 vMB
Total Fees: 0.04248859 BTC
Feerates: 326.71 > 4.26 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,213 (905,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,237 8,237 00000000ae29af171bbf72e365e4b992ce739a2a2d0244a68bfc2d441ff1e6ea 1 0.00/1.00 vMB 0
8,236 8,236 000000004ca54b877e3c8777063c370ae5f3ff767456b74aa6f700b4424bf219 1 0.00/1.00 vMB 0
8,235 8,235 000000000efc9a056078950245bbe3d42c2de4c2f4f15780587ffa1f01034a1d 1 0.00/1.00 vMB 0
8,234 8,234 00000000c5cf5efab33ada912190fc8317df39ad07d97714abda1892d9fc33b1 1 0.00/1.00 vMB 0
8,233 8,233 000000001ef602d85268d37d20d3218d272e919201c2effed87e7d1b5bb1b5a9 1 0.00/1.00 vMB 0
8,232 8,232 0000000077d98399e6b17d1e44bc2e3b2527ca10c174b3d736bfa5ff0e4d7e83 1 0.00/1.00 vMB 0
8,231 8,231 0000000081ac433c596a735022c5e1f19afcce061a68da4e8547521f647e5ca4 1 0.00/1.00 vMB 0
8,230 8,230 00000000ace02fba9eb2b25bd11b8c632343111cdac17b25071557b5c788cb47 1 0.00/1.00 vMB 0
8,229 8,229 000000005d26a37e9d1b0f0582a58906b945c27cfd0bb7b8873cb336b98cbcd5 1 0.00/1.00 vMB 0
8,228 8,228 00000000da7e782dea38b21a6df77376601e6d15662496736187bb4984147d07 1 0.00/1.00 vMB 0
8,227 8,227 000000002fecabbc819af928732ad3456e68e554f2d8b136992238ac5e5ed8ef 1 0.00/1.00 vMB 0
8,226 8,226 000000001d0998f0ebe37d8518d71098603e3897bc2b69d7ca75dcb380af405b 1 0.00/1.00 vMB 0
8,225 8,225 000000003496ef9e8c7b7ab66b512cc4841807902372238921bd247c65538703 1 0.00/1.00 vMB 0
8,224 8,224 0000000009c7d5b3de38f01a8fe6ebd85110da151a5698b1e701d5371e9b36f2 1 0.00/1.00 vMB 0
8,223 8,223 00000000e15cf1e769db3b8eff15747801480cb4be65cc28db79bfdbe5cd4301 1 0.00/1.00 vMB 0
8,222 8,222 00000000e1dcdcbf6ca736a8abc419fa5d565d45c855e092fd6655d5fb8ea60f 1 0.00/1.00 vMB 0
8,221 8,221 00000000ff01a6a381f5e801336233d4b9b5580ab45b692b69dd319f40569127 1 0.00/1.00 vMB 0
8,220 8,220 00000000981ca0dc378f6a82d52e1f9dbbc8bd6886c6207f2c4d9a92ffe37f93 1 0.00/1.00 vMB 0
8,219 8,219 0000000015d7594fd18fff8fe61b933f47993da6f7bbe9b192ee0a9652fa9b21 1 0.00/1.00 vMB 0
8,218 8,218 00000000366b28cc9e15a4d58d2984b4e86bd11a860ff7533a74a69b0891c722 1 0.00/1.00 vMB 0
8,217 8,217 0000000024f304df9dc0df33394da8543a5fe89ced93f9e16413c9bee6a913b4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.97 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 574.38 GB
    • Received: 8.15 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.