Loading Tool

Explorer IconExplorer

Memory Pool

82,499 transactions
31.20 vMB
0.10197700 BTC
Random Selection Loading Transactions
Max Size: 190.00/200 MB

Candidate Block

Mining Attempt 287a0ae1dbe847ab561f1e41d41c8b5551613082fe070ada0818f20e0ac4474b
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 2590ba543d7bd1c9bdb7e6a34eed95b6461d11bc67b6c86055e77b7d2a555dfe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,937
Size: 1.00 vMB
Total Fees: 0.02675089 BTC
Feerates: 151.12 > 2.68 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (264,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,751 650,751 000000000000000000014d8ef32821a118971e31c220024753e4b7d6ce44dd9e 1,888 1.00/1.00 vMB 54
650,750 650,750 0000000000000000000ca0a08f726db261675912567d7dbfff0d07d25bf05925 2,834 1.00/1.00 vMB 59
650,749 650,749 00000000000000000001bcd7e222ebf6b1332f49b1524721dfd3673599960464 1,848 1.00/1.00 vMB 80
650,748 650,748 0000000000000000000151114e00cf1fd67efabc21ac126648d17eb6f086452c 2,626 1.00/1.00 vMB 87
650,747 650,747 0000000000000000000a74fc7d14c1c064b36a964fa5809c602e94256a52128b 3,188 1.00/1.00 vMB 108
650,746 650,746 000000000000000000058a14376a053dc87059ca00b32d7631721a6347ef463a 1,669 1.00/1.00 vMB 27
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
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.