Loading Tool

Explorer IconExplorer

Memory Pool

83,054 transactions
31.36 vMB
0.13034975 BTC
Random Selection Loading Transactions
Max Size: 190.10/200 MB

Candidate Block

Mining Attempt c17940a52ee664f3c12976f706f84e30deff2ee1a9203d86351d1a82670acfa8
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 6e4a82fc2908f29f0aedf4f032b49ce2bfb1ad7c98121deeed190c1543f03e43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,036
Size: 1.00 vMB
Total Fees: 0.04608620 BTC
Feerates: 318.30 > 4.62 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (868,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,114 47,114 0000000010c2373898197bc66326e6eaba6d7372e4d26a25553bd1d8caba857b 1 0.00/1.00 vMB 0
47,113 47,113 00000000062ea7e70d9144b8313b37a5309a084b6c5e286109ca45f550a952cc 1 0.00/1.00 vMB 0
47,112 47,112 0000000014ab77ff60a7962a0b24d90257881f09f071d0cc2b6e4d93d155f76c 1 0.00/1.00 vMB 0
47,111 47,111 0000000003d25266f704e4df409d49edc18e37494f75f579139d2a9651cffb68 1 0.00/1.00 vMB 0
47,110 47,110 000000001ea3e764257908727cc618f97b13dbcd84b39e6a9c3515b111e9e222 1 0.00/1.00 vMB 0
47,109 47,109 00000000329d66aa21f2c7e1d375b943fad6ff513b9612551868deb892790654 1 0.00/1.00 vMB 0
47,108 47,108 0000000004707b9d4ffdb57ffe20d96e716edcd250cce6adabe4fca20b8379a0 1 0.00/1.00 vMB 0
47,107 47,107 0000000023b9d3a7bcc616e49bee87959d8284c6e01d412a38f3de93d7f92488 1 0.00/1.00 vMB 0
47,106 47,106 00000000293f9f6e189bc69782dbbf4b2a903931dca174145ad0461c1ff7751e 1 0.00/1.00 vMB 0
47,105 47,105 00000000138e4de069f310609178b2f9c995fc461fdf094363ff0d9866b04b0b 2 0.00/1.00 vMB 0
47,104 47,104 0000000015c672ee446309b1420ebad10d7151987c3b3bd3ead165cd17c2f8de 1 0.00/1.00 vMB 0
47,103 47,103 00000000010be9a7e120d082032dcc67ad387c9b6653367ed8b56bf93c39abf7 1 0.00/1.00 vMB 0
47,102 47,102 000000000b5c188978623752bd64e2bd5a3ee8da6def60f45f4a5603f5f22893 1 0.00/1.00 vMB 0
47,101 47,101 000000002517a94cddc5a04c2ce8a6d9fe68ef38b647a64b45f900a2eb410a80 1 0.00/1.00 vMB 0
47,100 47,100 00000000337666efa967bd4789e9a0157bb0ca1bf6d692db88caf8243c2eeb14 1 0.00/1.00 vMB 0
47,099 47,099 00000000023f6b727aaf60f5e912cbbbc0391bca9f8a4f07b45429a2c2ae575c 2 0.00/1.00 vMB 0
47,098 47,098 0000000004433b5358bce2156592801c54d0fd3c08f89ddb1b3f79038670ecc8 1 0.00/1.00 vMB 0
47,097 47,097 0000000010fcb91dee11d7ff804df8a18595597ca6d9958e50829f9b745159b5 1 0.00/1.00 vMB 0
47,096 47,096 00000000119a49f6b2a5a064ad350e45976c5b73555b1e880f0d60863386750d 1 0.00/1.00 vMB 0
47,095 47,095 000000001bac01a531ac2093f9a8bb53873ce9bbee74975e0331b5b850394fac 1 0.00/1.00 vMB 0
47,094 47,094 000000002b352182d367401f5250c162933a87d13d8e280840decc8238b239ce 1 0.00/1.00 vMB 0
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: 10
  • Data Transfer:
    • Sent: 722.55 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.