Loading Tool

Explorer IconExplorer

Memory Pool

79,873 transactions
29.62 vMB
0.09516026 BTC
Random Selection Loading Transactions
Max Size: 179.22/200 MB

Candidate Block

Mining Attempt ddd9f78096e0b8ed114d7b24c354a479e5b1714f0c3557bd1e5ad06b1fc29257
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 0b7b6173696eb0eab83f84d05ee965f3ae03b9e2cea5c9e86789f6c84b4cebfb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,845
Size: 1.00 vMB
Total Fees: 0.03205216 BTC
Feerates: 301.60 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (337,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,051 578,051 00000000000000000000596c3f0565310eae2dbf605a51d1f4a085d121961f2c 2,724 1.00/1.00 vMB 147
578,050 578,050 0000000000000000001507bacbfde463197c3013af7382ada2109ef39c949186 2,796 1.00/1.00 vMB 167
578,049 578,049 000000000000000000047741154be5cb9d10ce9663598eec017a5dd22fc7306d 2,446 1.00/1.00 vMB 92
578,048 578,048 0000000000000000000e43f8f97b2cee336c851459653fc242e32c696e35347d 2,671 1.00/1.00 vMB 127
578,047 578,047 0000000000000000000e5b8c0c606db1cab2b022246ae788d6407d5adbd168a9 2,727 1.00/1.00 vMB 126
578,046 578,046 0000000000000000001c393f0f6b62df5b5ec5a525dce4cd89eebef4124c17d6 2,398 1.00/1.00 vMB 127
578,045 578,045 0000000000000000000fd35fbe994bad612338c42690599aa92816e774e284f3 3,154 1.00/1.00 vMB 137
578,044 578,044 00000000000000000027854eaf90a9196d00938f1b014f4b075252828f38037f 2,929 1.00/1.00 vMB 157
578,043 578,043 0000000000000000001d52bba01e0d9d34ae2d160aa632079cc66e79e2c3c182 2,818 1.00/1.00 vMB 154
578,042 578,042 0000000000000000001454e9ba4fe57389a544a4fcfb0828f09d082d85d08b0c 1,861 1.00/1.00 vMB 181
578,041 578,041 000000000000000000127f2b985ff6de10028c73c181bbf2d244acf9fd328937 2,971 1.00/1.00 vMB 143
578,040 578,040 00000000000000000006000b6527790b3a87f866ac43ec9c61c2893de84310d5 2,969 1.00/1.00 vMB 175
578,039 578,039 00000000000000000025a56593ed0335b098d7b21f9a2acc12bda335c698278b 2,641 1.00/1.00 vMB 103
578,038 578,038 0000000000000000000c674f56fa5bd2e2dbf71ef9a4d2181b7e1274272ec92f 2,527 1.00/1.00 vMB 155
578,037 578,037 0000000000000000000cefe67e9f60bf07e73c21a89b1de5208f492760864b99 2,974 1.00/1.00 vMB 124
578,036 578,036 0000000000000000002508fc9a5be8ff2b616ac94236b7f2710526b8fccdb948 2,896 1.00/1.00 vMB 163
578,035 578,035 0000000000000000000557dc6e2acf5969ddbfcf17510f2c38771d2526ec7bc4 2,809 1.00/1.00 vMB 97
578,034 578,034 000000000000000000120b9f2250a851055e28140e9e9c0f41d600aa6ea62b25 2,685 1.00/1.00 vMB 115
578,033 578,033 0000000000000000001df4c766b72e1ae5e0e9818772e237516db2f276cd729e 2,739 1.00/1.00 vMB 145
578,032 578,032 0000000000000000000f3e6ad99a704b6bf78724336ed6e65e861bc4f997714b 2,092 1.00/1.00 vMB 153
578,031 578,031 0000000000000000000e83bf9868e8dc5247969a6d2a522677563782ce329f4e 1,502 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 782.56 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: 669.96 GB
    • Received: 15.79 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.