Loading Tool

Explorer IconExplorer

Memory Pool

51,408 transactions
28.87 vMB
0.07831663 BTC
Random Selection Loading Transactions
Max Size: 155.33/200 MB

Candidate Block

Mining Attempt 660cf3f38045ec8bba570590d48b961f7b1dfa3ca447e53cc159707f83bfa3d5
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 5292222947eb7ced85ed7b903dc4ab395250b1100e2a5d21c5af246176100497
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,450
Size: 1.00 vMB
Total Fees: 0.02221297 BTC
Feerates: 122.12 > 2.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (413,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,917 500,917 0000000000000000000fcb5753f3b71512183fa456bcbbf6b45f99e683b056da 1,263 1.00/1.00 vMB 311
500,916 500,916 000000000000000000205b77904307e43af933a1a48dd021ec6e043db5504431 1,659 1.00/1.00 vMB 470
500,915 500,915 0000000000000000001d9255a94a197d7fa12742bd80eeeb2267a60cbb9de03c 2,248 1.00/1.00 vMB 449
500,914 500,914 000000000000000000737b8be1f910cde9fde5eb275b4834a3ccb3c16281d04a 2,296 1.00/1.00 vMB 846
500,913 500,913 000000000000000000530b32dd279cff3a4f11e924dfeacede63a62ad285b05a 317 1.00/1.00 vMB 182
500,912 500,912 0000000000000000006bd463d46d484bf18a00b4eb31a2189a27a0d9b212edfd 611 1.00/1.00 vMB 227
500,911 500,911 0000000000000000009379ccd9254cd1de41a7f5c69eb5d5bd9d2dffc15eca5e 1,482 1.00/1.00 vMB 237
500,910 500,910 0000000000000000004f63955bc28396198898d7fa3763cb662a689866a5ff2c 2,078 1.00/1.00 vMB 846
500,909 500,909 0000000000000000007f871a19ac82182f29dbf86968078d74847234dbc216f9 849 1.00/1.00 vMB 260
500,908 500,908 0000000000000000006a93ff46c80117f11be1ef22a2015ed145c3a51c67ad2a 1,123 1.00/1.00 vMB 313
500,907 500,907 0000000000000000001f3b1747789770e1bd90f2dba1f45e3cfffbb94f6e0b42 1,487 0.99/1.00 vMB 354
500,906 500,906 0000000000000000003db8ffcd13b249b64ee0c3489f676b081a377948bbf6d3 1,139 1.00/1.00 vMB 282
500,905 500,905 0000000000000000004efbfacd7842345b6f7c7a45825aa52c5ed98b53d161a6 1,179 1.00/1.00 vMB 342
500,904 500,904 00000000000000000037b3f59ba20bf110d77ac3689b5838c7a41258d5846c0d 2,356 1.00/1.00 vMB 748
500,903 500,903 0000000000000000008ea2bece7ca13df6342d7c20db05b19ecae07f7301cd60 2,049 1.00/1.00 vMB 654
500,902 500,902 0000000000000000006aa29a72a9267b6a32f3312e03513433a56f008e4ef3c5 967 1.00/1.00 vMB 298
500,901 500,901 000000000000000000310f047db6731d73916ca28daea2348a2ba74cea114d53 1,392 1.00/1.00 vMB 458
500,900 500,900 00000000000000000036d8a2b6c8e19e0838fedc79ed34b2ff02d4d5e2edf9e3 1,473 1.00/1.00 vMB 321
500,899 500,899 0000000000000000007854ed5c4bc4d8d22c1bc41be8713aba98f3e2285294a7 2,159 1.00/1.00 vMB 789
500,898 500,898 0000000000000000002230aabf160e62744ce260e07b1962857c680d3e88fecb 1,798 1.00/1.00 vMB 394
500,897 500,897 0000000000000000008492da93fdeb04b3d33da4d610faca3c5955fc5cd9251f 2,164 1.00/1.00 vMB 724
Previous 10 blocks ↓
Total Size: 782.02 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: 649.86 GB
    • Received: 13.22 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.