Loading Tool

Explorer IconExplorer

Memory Pool

78,622 transactions
29.13 vMB
0.11770323 BTC
Random Selection Loading Transactions
Max Size: 175.75/200 MB

Candidate Block

Mining Attempt 7fc7b18faf254f0546b0ce64bcbddf747bc67b013dd3802fa8c0844cbe7526d3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root cec9c5679f353b86f5a7b3136ab40ff4419bc90cd60dbb256fe1361ef0bbb76c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,110
Size: 1.00 vMB
Total Fees: 0.04240783 BTC
Feerates: 150.80 > 4.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (211,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,582 703,582 0000000000000000000ca898c82bc06f3c2c2302cc2bf52892f26e4e37d04a5b 1,380 0.43/1.00 vMB 10
703,581 703,581 0000000000000000000a67b17a0783a61f1a44e9375fa62e6f5dc239c43516ba 1,946 0.70/1.00 vMB 10
703,580 703,580 0000000000000000000581d38cbba0d9a00fca492480898a4157baee20c2f229 1,740 0.49/1.00 vMB 10
703,579 703,579 0000000000000000000a4c048391af76d5ccdbd044880e9c0e19fda49b5bd22d 2,502 0.88/1.00 vMB 9
703,578 703,578 0000000000000000000214eb475222e5f4d0b9fe7df2e512fa2012173a6752fd 710 0.21/1.00 vMB 10
703,577 703,577 00000000000000000009fee2a2f3a266130b48a50c722835f5c0d0d6dbe2cfb8 1,836 0.72/1.00 vMB 8
703,576 703,576 000000000000000000036d761c5968aafba51435afcd28b11377ce8d9a0cc396 572 0.43/1.00 vMB 6
703,575 703,575 00000000000000000003d5d6dee2254390c2887ed03559d9ef1e24421a9876fd 1,410 0.50/1.00 vMB 10
703,574 703,574 0000000000000000000b4599d7ef72c39ab3263d1ff9414f0df9b696e6055610 207 0.11/1.00 vMB 10
703,573 703,573 000000000000000000015a69517d3c1e3d007ed384f44805157a9ee30b087ff9 589 0.35/1.00 vMB 7
703,572 703,572 0000000000000000000eacc60ed8e95c4716d4ea21822a4c686b66d6dec7fbfe 1,060 0.36/1.00 vMB 13
703,571 703,571 0000000000000000000112f092c8d10cc328c382bc5046e16def87bb327db5c3 217 0.08/1.00 vMB 14
703,570 703,570 00000000000000000006444d439a530448295f80a2b09d77b28023359d884148 2,238 0.93/1.00 vMB 9
703,569 703,569 0000000000000000000aed2f9c07756d1014696443e60153776b3b7c281c0ab2 726 0.28/1.00 vMB 9
703,568 703,568 00000000000000000003aa796a46ace5c0345c6025ec1a980c3706a1e728aa97 663 0.19/1.00 vMB 10
703,567 703,567 0000000000000000000796b76d7cfc2a31c20cf19996309d4e9a2be18d2ab172 337 0.08/1.00 vMB 12
703,566 703,566 0000000000000000000d84071f83108bafe834d298999870e1d9477009abfc1e 3,185 1.00/1.00 vMB 11
703,565 703,565 000000000000000000089cdc9f2956889361a971c46fdb1d6db2a8ba4155c4c6 1,700 0.66/1.00 vMB 10
703,564 703,564 00000000000000000005a838939ce12dffd5622b761d8c941be66afe85caebc1 2,235 0.67/1.00 vMB 1
703,563 703,563 000000000000000000066aba6b2c3c3d106c85f84069c70c6fe273c2b5c080b6 2,844 1.00/1.00 vMB 11
703,562 703,562 0000000000000000000587dd3d927d8a7b88d87510afad56e23c0842e17b9393 2,804 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.