Loading Tool

Explorer IconExplorer

Memory Pool

79,806 transactions
30.21 vMB
0.10925312 BTC
Random Selection Loading Transactions
Max Size: 180.65/200 MB

Candidate Block

Mining Attempt 458a7dbc8ec57c8e3228a1becf8a6009455cb54d058c07f60d6203dfaa656691
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 8984c779908a4a9d1dda7fab79a4c6cc76432e95136a5d0566340dc7f4086e4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,830
Size: 1.00 vMB
Total Fees: 0.03795961 BTC
Feerates: 151.00 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (436,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,784 478,784 0000000000000000004b242579a85888ed729078d885e9cf9dc4859ca78378d4 2,056 1.00/1.00 vMB 20
478,783 478,783 00000000000000000042fbe08fa5f40c6497544c81306dc28e87644da5901371 2,104 1.00/1.00 vMB 135
478,782 478,782 0000000000000000002b71f94775d691b1d8a7555f8096040ea58272598aac59 2,010 1.00/1.00 vMB 111
478,781 478,781 000000000000000000c20baeecb453d05eb86e77f599867f025445de67abef93 2,126 1.00/1.00 vMB 134
478,780 478,780 0000000000000000008b413bf7542a9cad400e5eee060082642eb2e5795c1ae0 2,352 1.00/1.00 vMB 156
478,779 478,779 00000000000000000073b3d4ee21f82e13eb2ecbe6471dbf0bc7534268f41edc 1,208 1.00/1.00 vMB 65
478,778 478,778 00000000000000000123ff0ab2ff4e2eb9ead1e410c7dadf845c25509634d0f0 1,984 1.00/1.00 vMB 11
478,777 478,777 0000000000000000010c873417185a3a8c67a4a410b33af0f0b69469a5af9406 1,723 1.00/1.00 vMB 128
478,776 478,776 000000000000000000a54a0704cab9a54c892c2fd8c4fe6320330f1294d81b0a 29 0.01/1.00 vMB 365
478,775 478,775 000000000000000000f72970958b426f3c11ba14722d8e79ca89e1a320c2d1ae 1,658 1.00/1.00 vMB 109
478,774 478,774 000000000000000000af961f34bce377b0a66b462f369d9f5ebafa2e61dfe8be 1,691 1.00/1.00 vMB 30
478,773 478,773 00000000000000000104bcb0f009448b03679341eb32e6de9183fea9bbf3a3bb 2,105 1.00/1.00 vMB 134
478,772 478,772 000000000000000000de2d5de38a0ab8bc6ad9a14bb3bd3acfc59d9f7eb62a36 2,128 1.00/1.00 vMB 146
478,771 478,771 00000000000000000074106c1f29d52cbc9cc7340fa861d5b044a2d9b71153e7 1,857 1.00/1.00 vMB 90
478,770 478,770 0000000000000000006f3d25166f2725d8b4b1bd5000f22cac52e92a781f6cf3 2,626 1.00/1.00 vMB 182
478,769 478,769 0000000000000000005094849112f31a2226c0317cfccc589d74ded00c87e947 1,423 1.00/1.00 vMB 10
478,768 478,768 000000000000000001112a5b04fca854df1eaf4b45f04eb123bd62724561cc0a 407 0.31/1.00 vMB 111
478,767 478,767 000000000000000000dce22505cfca28acaf9363a5d9adc7e9120817dd6138ba 2,003 1.00/1.00 vMB 71
478,766 478,766 000000000000000000760bc2f0bceb43214c0e10d840682874dc4976e2b3e3aa 950 1.00/1.00 vMB 52
478,765 478,765 000000000000000000e378dec4125b8d6cab70fb8cd1ac322dbc2412ab052d2b 1,629 1.00/1.00 vMB 98
478,764 478,764 000000000000000000d5cb87c7bbbb6dac14ca5d1fd397c621ae8f941b1500d8 1,463 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.