Loading Tool

Explorer IconExplorer

Memory Pool

43,471 transactions
26.60 vMB
0.06391353 BTC
Random Selection Loading Transactions
Max Size: 139.86/200 MB

Candidate Block

Mining Attempt 5bb5f84b8af756a3dae8e06d613470dd03b4f4938005ed63492c400ef618eeb0
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root fe6edfcf9a6909ee7f90bbf04fb744e252ec747e66213360bff9eeb9c835dec0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,509
Size: 1.00 vMB
Total Fees: 0.01507957 BTC
Feerates: 200.71 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (75,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,034 839,034 000000000000000000007f93f0a934ebcc13dbbde9fd700d048006e852662632 3,414 1.00/1.00 vMB 84
839,033 839,033 00000000000000000000900f546ec3bbc1ba5df15525bffa5b4d85598772117e 3,191 1.00/1.00 vMB 32
839,032 839,032 00000000000000000001740c9a7ce95996ee0cc9bc980b3cf52c1152db8b69cb 1,558 1.00/1.00 vMB 26
839,031 839,031 0000000000000000000056f606235dcdf709673fe36c0d56461c6f6912f09e82 2,791 1.00/1.00 vMB 41
839,030 839,030 000000000000000000010031c7ad6cd95ec5bddcb5bf3daaec5a6f88f903b4ec 2,881 1.00/1.00 vMB 44
839,029 839,029 0000000000000000000316fef66a4c45838707d05918db8fe8e9d27b00ea4290 3,094 1.00/1.00 vMB 37
839,028 839,028 00000000000000000000443b2340e82e3107038d9d569255b03f5317cddd75f8 3,064 1.00/1.00 vMB 110
839,027 839,027 000000000000000000022c5dd6d4f8ceafb87eb3c726143f431a3a12b24e49b1 2,809 1.00/1.00 vMB 30
839,026 839,026 000000000000000000021628b2bd3e6a918e863ec1dd9c6f1bdadba7953b9ea5 1 0.00/1.00 vMB 0
839,025 839,025 00000000000000000001c230f7c2db260c65aeca01c958b2ecc98f3ffdbeacf5 3,533 1.00/1.00 vMB 40
839,024 839,024 0000000000000000000057a8bac92df0d8694557c2ae236474bfc89d98afc596 3,646 1.00/1.00 vMB 45
839,023 839,023 0000000000000000000015adca8d72ffb5afe952971f69670e29b4f18ca02086 3,916 1.00/1.00 vMB 66
839,022 839,022 000000000000000000014987c5f85901d4c09b48a8dcb4a85f829b1a52e262d9 4,273 1.00/1.00 vMB 74
839,021 839,021 00000000000000000002405472864e498e0cef5b15879756ed0118216e78143f 4,694 1.00/1.00 vMB 104
839,020 839,020 000000000000000000011c62497eebbfad417327e84fcafc19e46eb51ba38d1a 2,906 1.00/1.00 vMB 39
839,019 839,019 000000000000000000014f9407ef6f75bd9ce92064c35c22e3581c2243eab749 2,790 1.00/1.00 vMB 35
839,018 839,018 0000000000000000000203b4fe20e635f160aaf8e28d770f87032a591f4ca881 2,647 1.00/1.00 vMB 30
839,017 839,017 000000000000000000028008996b0c393b4b97c90fa047bbf0e721888587172c 2,442 1.00/1.00 vMB 38
839,016 839,016 00000000000000000002059802c1f46814341f41948284267d15e1c09cfa82ca 3,924 1.00/1.00 vMB 48
839,015 839,015 00000000000000000001576e6d173f2739d1e8a716736ed135f5a1d8ce66a6a6 3,922 1.00/1.00 vMB 57
839,014 839,014 00000000000000000001fa9cc2a7d73b0d13dc3b91fbfa71e38d1ef7bcf4f37a 3,660 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.