Loading Tool

Explorer IconExplorer

Memory Pool

56,893 transactions
18.61 vMB
0.04742301 BTC
Random Selection Loading Transactions
Max Size: 117.81/200 MB

Candidate Block

Mining Attempt 0ec2e9eca56b42a97e3bd06abcfd412c366a82c10e97a42352430f17ba1f846c
Version 20000000
Previous Block 000000000000000000009dbbe776f3a92fdd470fa29fc79a950ba6a907d201b1
Merkle Root 5cc54cf4d8bb364cd269191d325285c89a8c682cf85d3e4720d3c8f537287b0d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 615
Size: 1.00 vMB
Total Fees: 0.00570894 BTC
Feerates: 157.11 > 0.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,711 (811,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,114 104,114 0000000000000ee0c2759cf1e489449523bb3357b0972c835310d4bef52086ea 1 0.00/1.00 vMB 0
104,113 104,113 000000000002b40ef230f92096676b3c933ffd8c1de44a43ae3711381e30ea1a 4 0.00/1.00 vMB 0
104,112 104,112 000000000000247077983c5ea1de5e5d796b29e8654ddeeb7b127c087cfcc576 2 0.00/1.00 vMB 0
104,111 104,111 0000000000015eb0215e65666b55e1915331351a6d8bb9b9cd61975707cb1f47 1 0.00/1.00 vMB 0
104,110 104,110 000000000001f47bf15c6c1eced8089cb994fb9460a6ec5b5852e90fe2b82592 3 0.00/1.00 vMB 0
104,109 104,109 0000000000038150e2bbc91e02242ff7b0916d281584864cfd0643a9d6fbcb1d 7 0.00/1.00 vMB 0
104,108 104,108 000000000001eee5c4c5b59b7b60c559ca7ccb40ba9d1673b625f27f05a3ff57 2 0.00/1.00 vMB 0
104,107 104,107 000000000003895e31317dc305b55fe5e4d7a582f07aa1f4f48222f7cccc4a1d 2 0.00/1.00 vMB 0
104,106 104,106 0000000000031110bf3d059159cdfd510364abc2af3c94cee9fb5b7b19201e5b 3 0.00/1.00 vMB 0
104,105 104,105 0000000000022c08c3d3bbdfc3ac4cede97dad510f7acf6e46451906b11ca1c0 2 0.00/1.00 vMB 0
104,104 104,104 000000000002e7e423991a48dda4d65ca3132d60e14dca07c009edc0a81aef31 19 0.00/1.00 vMB 0
104,103 104,103 00000000000087a913ae8e56baf9444e6955efc1a9c40cbb0c0aadb8dd641b3c 2 0.00/1.00 vMB 0
104,102 104,102 000000000001f9c9af30798879cab6471a9d0d3cbb459c62cc98b39c60f0d7b1 3 0.00/1.00 vMB 0
104,101 104,101 00000000000348d89c1e4a95ceea4fff1342ce30d7d3681bc24e1f22c5340cee 6 0.00/1.00 vMB 0
104,100 104,100 0000000000007d5087d7620c50584917de5eb2af159f95b17296e2993706d6e0 2 0.00/1.00 vMB 0
104,099 104,099 00000000000096ea505d1cfe93eb1362ff93235ab37736f921161396860d687c 2 0.00/1.00 vMB 0
104,098 104,098 00000000000064407e6e7e4ab74bd2a90b57936a9cb48374646e7ee90e0382c1 2 0.00/1.00 vMB 0
104,097 104,097 000000000001a1ce1fa9d466b055aeed74c5d9b5f97bd616821fdfca8ac7247f 1 0.00/1.00 vMB 0
104,096 104,096 000000000002c5f23113bbbf4bb62014a4f59041b02974022b754fe59c61f438 1 0.00/1.00 vMB 0
104,095 104,095 000000000002e955bbfd1d15bcaf1b05ab619cb37694e4f012b6b524db00f08f 7 0.00/1.00 vMB 0
104,094 104,094 000000000000f9a3155b218502e44e88cc0d2b379871b66dec22d899875a367b 16 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.61 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: 775.36 GB
    • Received: 20.86 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.