Loading Tool

Explorer IconExplorer

Memory Pool

85,000 transactions
32.85 vMB
0.15359049 BTC
Random Selection Loading Transactions
Max Size: 195.89/200 MB

Candidate Block

Mining Attempt 28155d3d79074363fd2dcecadbf6a76d306fe1dc27b16611a08f256a8c4d0c6e
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root cca432da02348ddb697af658ba08c3745e5d0ab2dcc84a14799051a0bd89299a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.04762926 BTC
Feerates: 318.30 > 4.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (264,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,745 650,745 0000000000000000000d49c12c9e3b5d1a581edeced4f88374b431e622c60a65 1,664 1.00/1.00 vMB 23
650,744 650,744 00000000000000000006a0c5871aa82022d6783c0b33d04bfe38b3c7fa0fd1c2 1,775 1.00/1.00 vMB 30
650,743 650,743 00000000000000000001106c7412c59c1dc75456cda41c127c356d017b0566e6 1,671 1.00/1.00 vMB 14
650,742 650,742 0000000000000000000752aab900ae28bfad37a9b656f0e15873bb0dbeed32de 2,144 1.00/1.00 vMB 21
650,741 650,741 000000000000000000038188eda798c3cbb147159f613786ccc209e29807b7fe 1,587 1.00/1.00 vMB 23
650,740 650,740 000000000000000000073c2b991a279fa89f1f41f1d7f98ce37dc7b33ac3f74a 2,300 1.00/1.00 vMB 90
650,739 650,739 000000000000000000021b307fb350fd519d924d456a618757111f23c2029cb3 2,333 1.00/1.00 vMB 47
650,738 650,738 0000000000000000000dde2320c0efdc1c71b6f1227d65bc75fc181764feb2ba 1,961 1.00/1.00 vMB 19
650,737 650,737 0000000000000000000bd3fb87f9d34f359fd422f6ec87d59eac420a8febd7fa 1,331 1.00/1.00 vMB 21
650,736 650,736 000000000000000000084f9ccf00f807f9260bbb01d0b28074a1c3f84003b779 2,497 1.00/1.00 vMB 40
650,735 650,735 0000000000000000000310a4f6598658bc6bbb7e6b8d6eb5f39c5e1a9dbf9a5e 2,772 1.00/1.00 vMB 55
650,734 650,734 00000000000000000009527f72a7c7c0eec76eccc51506c52ffd41fd5d420a3c 2,268 1.00/1.00 vMB 36
650,733 650,733 000000000000000000062190823ffecc378b43cda4e5f2390a38c35d858df372 2,302 1.00/1.00 vMB 32
650,732 650,732 00000000000000000008b491da1328af1dd649d548824a9229584114c4a1cb66 1,587 1.00/1.00 vMB 83
650,731 650,731 0000000000000000000489c93780aaa5b829e804253def76ce22e4cc76b3857e 2,783 1.00/1.00 vMB 48
650,730 650,730 00000000000000000009b054bc61c889fc895480a8b900e6b705008320e1785d 2,046 1.00/1.00 vMB 61
650,729 650,729 0000000000000000000161e15b903d0f90e2c18075599dc67d263e9d0d0f1061 1,935 1.00/1.00 vMB 89
650,728 650,728 00000000000000000006012291200bc45cb9986945d9aa687fcdd31073ec72ed 2,531 1.00/1.00 vMB 47
650,727 650,727 0000000000000000000c44a71e9081d6db5e40d017c17faff9fdc3d7214effe2 2,698 1.00/1.00 vMB 58
650,726 650,726 00000000000000000008f1688036dbca09d91f84feebd4a9fdfc86a472c4ca98 2,708 1.00/1.00 vMB 58
650,725 650,725 00000000000000000003d4d891b317c8816a2f06c6886e84ab72e86911ea3cda 2,710 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.00 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: 718.85 GB
    • Received: 17.96 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.