Loading Tool

Explorer IconExplorer

Memory Pool

77,930 transactions
33.88 vMB
0.14380242 BTC
Random Selection Loading Transactions
Max Size: 189.95/200 MB

Candidate Block

Mining Attempt 6d1cee2ab09d656180e28f46b9b4d7b8deb7ddc3f17d5a2c6f4e5d4a6869350b
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 425ca9e1b4633def0460c4d7026c782c8b6280e8cf2c318233c85e073b890013
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,600
Size: 1.00 vMB
Total Fees: 0.02993994 BTC
Feerates: 100.53 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (21,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
894,167 894,167 00000000000000000000c94dbc8d4771179218cbb17c06adff86b18aa3d74215 4,515 1.00/1.00 vMB 2
894,166 894,166 0000000000000000000162adcf83b3de6826d994baaa795634beb8d0f9192d4e 2,556 1.00/1.00 vMB 1
894,165 894,165 0000000000000000000097ec3e562116f5350b5d04d287893c6c133e2a8efeab 4,220 1.00/1.00 vMB 1
894,164 894,164 00000000000000000000beb8bf9807741b8c3bca6b025fab47869525463e0709 3,887 1.00/1.00 vMB 7
894,163 894,163 000000000000000000022bc5353fbdaa5928b69fc39965e5f3f5bbd64e840ef5 2,513 1.00/1.00 vMB 2
894,162 894,162 0000000000000000000076a318aba646447450de1970c29893a206fe9a0ca2c2 2,870 1.00/1.00 vMB 2
894,161 894,161 000000000000000000022bd5bd59c65e40f6414b49b70e8c1792f8959ff66069 4,331 1.00/1.00 vMB 2
894,160 894,160 00000000000000000000c40e702905bbdf4e7733c607559d9744f08bd21d1358 4,036 1.00/1.00 vMB 2
894,159 894,159 0000000000000000000206dfc30664cab5efb95fc6b4ac6e89e567c8fbfc9448 4,258 1.00/1.00 vMB 3
894,158 894,158 000000000000000000007cb83e01a5be4641ca83c6a7afe4ab36391ffee11151 4,138 1.00/1.00 vMB 2
894,157 894,157 00000000000000000001481c2fa3523c5ff94f2adba719c4302e4e9e5846911e 4,506 1.00/1.00 vMB 2
894,156 894,156 00000000000000000000783105e9ee2d22ac69a4df1c3df408feaaad3a0bc400 4,211 1.00/1.00 vMB 3
894,155 894,155 00000000000000000000bd8e0eb4f9906d9dd30f505b9b0861f16cb053188664 2,490 1.00/1.00 vMB 2
894,154 894,154 000000000000000000018c64fb634130c3f7b5e54ffa5b4d1dc8cac7d95a692b 3,213 1.00/1.00 vMB 5
894,153 894,153 00000000000000000001c0154e29b7902c0519dbf0641159bbebd453abd60e4b 2,272 1.00/1.00 vMB 1
894,152 894,152 0000000000000000000213dea4c6b5306edb4bfe2f48052d7c224164d0dda886 1,379 1.00/1.00 vMB 1
894,151 894,151 000000000000000000003c86212d65d33690011ac069837c4e5e91e1e2146f0e 4,156 1.00/1.00 vMB 1
894,150 894,150 00000000000000000000f7ede63b59b92a1bbdb2c1f8d87d684106f35a1005b1 3,313 1.00/1.00 vMB 1
894,149 894,149 0000000000000000000221d8044bf09b92df914791a6a89ae8006065bfc271a4 3,025 1.00/1.00 vMB 4
894,148 894,148 0000000000000000000187b1e69bd55fcd18ebcc23da038d21ef365e048f6dd1 4,004 1.00/1.00 vMB 5
894,147 894,147 0000000000000000000093eb208fe094e635d02fe6ee62639be2545b7ad32283 2,509 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 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: 733.48 GB
    • Received: 18.54 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.