Loading Tool

Explorer IconExplorer

Memory Pool

79,672 transactions
29.61 vMB
0.08787289 BTC
Random Selection Loading Transactions
Max Size: 178.97/200 MB

Candidate Block

Mining Attempt 686d2efc46a0b3efd0f55e4d200e538caae481e21b97d8814d3602f240246cfb
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 0cec960ac52e30399f3efca771d78c6a24a2be642791e6849f6c78850c8da702
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,767
Size: 1.00 vMB
Total Fees: 0.02509769 BTC
Feerates: 100.11 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (280,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,309 634,309 0000000000000000000f2f4eae59cfd367a37a43766db597dbfe0a82f559b438 980 0.53/1.00 vMB 16
634,308 634,308 00000000000000000011457e1d08b8249284995f686b23394f87cd62e520d9d9 812 0.55/1.00 vMB 12
634,307 634,307 0000000000000000001172c1cee9fae91aaa122b87f52632caf744ec9f455de7 365 0.13/1.00 vMB 17
634,306 634,306 00000000000000000002866506a7797f55d2d1fef512ec31bd0d20ecd2de13c0 1,280 0.47/1.00 vMB 15
634,305 634,305 00000000000000000008bcc6b5beafbfe6b5b08d0315bb3febd4a079453c9c5d 1,424 1.00/1.00 vMB 3
634,304 634,304 0000000000000000000e8fbdab8cefa4492bf3e7a4fb7bb75f37ec8bedac4e2a 2,888 1.00/1.00 vMB 20
634,303 634,303 0000000000000000001374a001f90e42a1aa3317a9351b5ec01cc69b233591d2 2,701 1.00/1.00 vMB 11
634,302 634,302 0000000000000000000df9e08ecce1fe6ad5d18247ecd828e054eab7b05641d7 3,118 1.00/1.00 vMB 32
634,301 634,301 00000000000000000004874fae08ffbeb034b683e72d19fe9c6ec752cd699d24 2,275 1.00/1.00 vMB 20
634,300 634,300 00000000000000000009246cf3e00ae0458a0e696790507642acf6c9d99c6fe2 3,078 1.00/1.00 vMB 36
634,299 634,299 0000000000000000000cf3a43770ebebe87c08cba037a090432de7060c0ab802 2,664 1.00/1.00 vMB 6
634,298 634,298 0000000000000000000e2b735e285de86ee96334d24233a410a58fc9d2db736b 2,880 1.00/1.00 vMB 19
634,297 634,297 0000000000000000000204546eb696a5354c171f7d64f7c1bf774166a41a39ad 2,728 1.00/1.00 vMB 25
634,296 634,296 0000000000000000001087c104a2f7cb38d2f355c68b062189e448174796680f 3,019 1.00/1.00 vMB 36
634,295 634,295 0000000000000000000a003569d97b496ab21db77e20b823dc8b089b7e28edba 1,861 0.62/1.00 vMB 16
634,294 634,294 0000000000000000000e51e5f2d26cb7d1c84d5344839cb315c1b9d4780c3e12 628 0.79/1.00 vMB 5
634,293 634,293 00000000000000000007ab24e4d6f2cfe06a2e4b90a7bc63a5b415da7e0ef188 1,759 0.97/1.00 vMB 14
634,292 634,292 000000000000000000023ec0d759be15791832e84124f5d56282718febcfb04a 659 0.97/1.00 vMB 6
634,291 634,291 0000000000000000000ac93aa92eaa16a41195362a7a1910e98d5c357077673d 103 1.00/1.00 vMB 1
634,290 634,290 0000000000000000000dd1c7328d2189cb6cd73018076863ae91f20d79f00111 915 1.00/1.00 vMB 5
634,289 634,289 0000000000000000000fbbafa1c486db29c50b177c26b17b5e61613f46db3f1d 1,225 1.00/1.00 vMB 7
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: 670.17 GB
    • Received: 15.83 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.