Loading Tool

Explorer IconExplorer

Memory Pool

27,795 transactions
13.06 vMB
0.08451936 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.75/200 MB

Candidate Block

Mining Attempt 3f24e0d5a83bf4d76ee33b89cd2e6e4f7628eaa958c20fa4c7580f079cf33c9e
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root 35aa0cf44591e9c6d836c7dd8015b51e56ca93e8d80a713352326cb512d32487
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,808
Size: 0.997942 1.00 vMB
Total Fees: 0.05071445 BTC
Feerates: 502.67 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (758,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,889 154,889 000000000000082b2bcd944c472e18d125c4f18e940a2ccf8116fbee41e68e0c 1 0.00/1.00 vMB 0
154,888 154,888 00000000000006995adb58c3e1292caa09be3916a1c2df418aab17b0f31f8faf 3 0.00/1.00 vMB 66
154,887 154,887 0000000000000c1a793c5c2583ade276221680a6c3bedae3e2902b26e909b1d7 124 0.04/1.00 vMB 141
154,886 154,886 000000000000053d451d34d0c9f9b950175c496228242029a35542d84d4e7d23 12 0.01/1.00 vMB 123
154,885 154,885 0000000000000137c95581b1a5c87c75a973272a558f5b4337a247c46895d7a5 12 0.00/1.00 vMB 28
154,884 154,884 00000000000006541e205b751d97dfca0b7c0eea204702fa02e1fc76072c29d4 30 0.02/1.00 vMB 46
154,883 154,883 0000000000000d7034eddf9ed7e494f948d16be1c99955ba001a2b776c1b8798 31 0.01/1.00 vMB 93
154,882 154,882 0000000000000a775e813935e0983ff67db143707d3245c6a173d8a842c0f9a8 31 0.02/1.00 vMB 488
154,881 154,881 0000000000000cfd274645a6cf612d20c83c52b5507d24be4231fc7488c896a3 61 0.02/1.00 vMB 77
154,880 154,880 00000000000005457bb40b330924d402318492d741d89ff330c7150b04038556 9 0.00/1.00 vMB 35
154,879 154,879 00000000000001befcd3ba5ac3f93419f72c06564681569cbaf1113472956bfd 9 0.00/1.00 vMB 34
154,878 154,878 000000000000049b20074098f4970e93b5bd539a55983c8d1e895ad4da1aa56f 15 0.00/1.00 vMB 251
154,877 154,877 00000000000001ef44085cc9194372f672393bd3d884e4427af70eff1cd73cd5 32 0.03/1.00 vMB 117
154,876 154,876 000000000000052809f5aaab06d34c9a6ddba7ae9a00b9e595bf05384499e36b 6 0.00/1.00 vMB 27
154,875 154,875 000000000000099bb9538cc4fc7e5fef5a722b783d2f26a9bafd49d7a10b2353 23 0.01/1.00 vMB 242
154,874 154,874 0000000000000d5fbdeeeb916b36eb977f4380a3d3fb7646bcbe1b2840a84b47 102 0.03/1.00 vMB 146
154,873 154,873 00000000000009328b044b91db306095e6a2adc1897313392356bebbc40c866a 29 0.03/1.00 vMB 66
154,872 154,872 0000000000000a0e08f0ff95b50ff2e4aecf7758a70996886b245b66ca328cf9 11 0.00/1.00 vMB 40
154,871 154,871 0000000000000217923af9f734897639f3f34928a2a0eb36fc1e2637e7e6faa6 68 0.03/1.00 vMB 85
154,870 154,870 00000000000007206f1dffb393b5adc19d1abde472375ed28590272f3fea7aa1 116 0.05/1.00 vMB 249
154,869 154,869 00000000000005a9224e55c5d7bb8558571087fded229590e44db10f39c1ad7e 20 0.01/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 780.08 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: 492.48 GB
    • Received: 3.43 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.