Loading Tool

Explorer IconExplorer

Memory Pool

27,733 transactions
11.26 vMB
0.03114165 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.70/200 MB

Candidate Block

Mining Attempt ffd40e221d4d0e988c9d18dbfdd89cd5311692fb6b924d3ce00edafb9844a63d
Version 20000000
Previous Block 00000000000000000000f0adf2cae22ac11d063fd193b4ee96875016aee083a2
Merkle Root b82e1b949d25ac610a4325da9201c08478edb7abfa573bd30995686e66d0198b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,535
Size: 0.997978 1.00/1.00 vMB
Total Fees: 0.01228795 BTC
Feerates: 100.64 > 1.23 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,611 (719,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,881 193,881 0000000000000125b60062311a891466fbe5849376a0eb54045217063a39cb55 359 0.13/1.00 vMB 458
193,880 193,880 000000000000046719477ad4c21e70d1162407c420fd0b767a068ff167ea6cbd 19 0.01/1.00 vMB 241
193,879 193,879 000000000000051dafc06546a18acf6e022d7ec9a6cb89f6c05fc378cd743542 19 0.02/1.00 vMB 52
193,878 193,878 0000000000000100ac7235aec6dc9c595480efbef4d632335f07e35108c2ea55 208 0.06/1.00 vMB 49
193,877 193,877 000000000000003b3b7ffdf7b99435eda585ec05872a6ad44610cbc5a5f9e538 117 0.05/1.00 vMB 157
193,876 193,876 00000000000003f0590beef5b7d472f040a7df6a7b20882e82432f4655aa4f99 13 0.01/1.00 vMB 107
193,875 193,875 00000000000001492eb7588377b42a2491bae152326996c340d89ffb1a0bf569 102 0.04/1.00 vMB 103
193,874 193,874 0000000000000671d6b4d3fd30507b45b822ecc75fca07d5d86b1a2fe49c5d2d 96 0.04/1.00 vMB 146
193,873 193,873 00000000000005d622a09a6badd93ab455d1f15425521bccfbc2345b3f236259 71 0.04/1.00 vMB 173
193,872 193,872 00000000000004e78ceece9091c9c23bd96d78b1f8c32b2894d67a36ac236632 191 0.10/1.00 vMB 115
193,871 193,871 00000000000000b948c9c5c04aeaa1015cfd17b9671dcfaf4d0941cfb57e0562 120 0.05/1.00 vMB 175
193,870 193,870 0000000000000271764ff3a648444639d926e742ebbac2cafe36f05149335154 121 0.05/1.00 vMB 19
193,869 193,869 00000000000000c084910c5a65eeb9b9022491ce7006c52e4850b38293c93e3e 553 0.25/1.00 vMB 135
193,868 193,868 00000000000005478a33ec50952f514f323f80c0677c7055f8d570e46380f71c 342 0.25/1.00 vMB 124
193,867 193,867 0000000000000474341874335a6f80d8143a0c653e1c39a365f6a8b3c8135c68 106 0.07/1.00 vMB 95
193,866 193,866 0000000000000032c37431f3ee99d1e5444ce6ef07ec17fff091c4815c9deb8f 57 0.03/1.00 vMB 167
193,865 193,865 0000000000000653788f6e76cc62c6eca26f12ea582c3eba9eedb3a3510b378f 56 0.03/1.00 vMB 147
193,864 193,864 00000000000007263887ab28ce9a832a888cbd9755ca1fbf35c00b35f7b1939e 150 0.06/1.00 vMB 124
193,863 193,863 0000000000000069c622fd424fede463403d107961db4f4ee20d6645664479a8 1,024 0.39/1.00 vMB 91
193,862 193,862 00000000000005902b60987e005f1ed861c2e4df7752d90c496c960ae30bc77f 114 0.05/1.00 vMB 106
193,861 193,861 00000000000005e0c6fa7ded11d33f8ab4fc92b8db742d934debcb9c0b45f63d 26 0.01/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 779.93 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: 463.88 GB
    • Received: 2.74 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.