Loading Tool

Explorer IconExplorer

Memory Pool

47,685 transactions
23.54 vMB
0.06250988 BTC
Random Selection Loading Transactions
Max Size: 130.25/200 MB

Candidate Block

Mining Attempt a43938221b261bcea57cf95f6df80f9fde3fad2adb94f6b35bb6ef50647f5373
Version 20000000
Previous Block 00000000000000000000e9c4666bcba29cdb763301f4d720dd17905d0ef25c50
Merkle Root abf7c12bd6f33b3a7d8e421d4b7f33d19d356c15f03addf1d15e830af1203706
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,783
Size: 1.00 vMB
Total Fees: 0.01316756 BTC
Feerates: 200.89 > 1.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,986 (796,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,717 117,717 000000000000a26233757dcf97c271e4cf03c031bb31d15ce308a8fa136a5c7c 10 0.00/1.00 vMB 320
117,716 117,716 000000000000a6e298348ada5f9a1a8a2a4849d3cd0a6ebbf2178486be276c83 18 0.01/1.00 vMB 112
117,715 117,715 0000000000003163bfd709d9f286e117e6a6514d921b6f75a5d1440db9e3c551 11 0.00/1.00 vMB 1,239
117,714 117,714 0000000000004f809c143d91b616744f5c12cda97e3d5e05bd14dcd64969b447 11 0.00/1.00 vMB 0
117,713 117,713 0000000000005d16ba6dc2238b38536a5a01cb149c6863f5c24be6935658b625 11 0.00/1.00 vMB 878
117,712 117,712 0000000000005b0309d5f48830682c996a0bd28d8ff4a2e88a2126559e704de1 10 0.00/1.00 vMB 0
117,711 117,711 0000000000006c48e0ddb62faed82e09cbab688c1bfe6a5ef34146bbe40c523b 20 0.01/1.00 vMB 1,093
117,710 117,710 0000000000004ba92543605e056a44009b1e85fe7bf7f4c048295f80b0fd4f5d 10 0.01/1.00 vMB 1,198
117,709 117,709 00000000000002afc2c2f4d32db0fa5673771740aadcca4ccefb6d49632eab48 9 0.00/1.00 vMB 313
117,708 117,708 00000000000024badda55c3249516b44dec14f58e795abe47352526aa1ee613d 11 0.00/1.00 vMB 340
117,707 117,707 000000000000226bc58e3b59f3b9cd6a112c4004922d948cc3f986788c02328c 13 0.00/1.00 vMB 656
117,706 117,706 000000000000c72206e419f35bcad8d15f5d05722812ff34fff489dcf221ee1a 10 0.00/1.00 vMB 1,200
117,705 117,705 00000000000059041258bf37c184ac4bcc496a5a4b8feaf383144ec9a5378065 16 0.01/1.00 vMB 698
117,704 117,704 0000000000000b8b227987040d8795675a0c865e451ff03d34aeb054392ee52a 12 0.01/1.00 vMB 1,160
117,703 117,703 00000000000039aaa610daa825386fcdf7cc65b7aaa52767031da63f567e2a8f 3 0.01/1.00 vMB 164
117,702 117,702 00000000000004587520f36eb2efc7ec678e9410e152775c40b425e2969205c3 6 0.01/1.00 vMB 1,496
117,701 117,701 0000000000004a41a8f8dbd02e814bc43a65cc693c1c4296d71c81a3c4623381 8 0.00/1.00 vMB 0
117,700 117,700 000000000000c37245ecc27645b7b1918f9b3e8cc2a14697b7c4e8992b71342e 11 0.01/1.00 vMB 414
117,699 117,699 000000000000b19ac0845a30bb2e71e24316736d5b307547a594b182f3820579 13 0.00/1.00 vMB 306
117,698 117,698 000000000000c7c4ac618dd792fedc0d39ea0c01d949ac3086c547ef454f2c3f 18 0.00/1.00 vMB 1,921
117,697 117,697 000000000000252f2d72801d3eb29585ceb3676f1caf171f6cbcd3e23bded932 5 0.00/1.00 vMB 1,059
Previous 10 blocks ↓
Total Size: 780.58 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: 541.12 GB
    • Received: 6.17 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.