Loading Tool

Explorer IconExplorer

Memory Pool

77,656 transactions
28.84 vMB
0.07412707 BTC
Random Selection Loading Transactions
Max Size: 174.93/200 MB

Candidate Block

Mining Attempt 242ab45bb8ee59bad1fa29e0be762c74332cc9bb3c93b060cc9c55e44f2c3131
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 47c480ff0ddcf81ab82ad28449cfe3b0e2a0f334a76185422db0e2af95317758
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,802
Size: 1.00 vMB
Total Fees: 0.01403852 BTC
Feerates: 82.75 > 1.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (417,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,826 497,826 000000000000000000bc3c85045a0376944bdb6f4d2093b235f4925aea8b49ae 2,453 1.00/1.00 vMB 127
497,825 497,825 0000000000000000005f6ec3c59ccb347984722fdcd09000fcd189addd628a48 2,590 1.00/1.00 vMB 151
497,824 497,824 00000000000000000075d1f4e78050fde95c8384207f7c4aa66623c42b899faa 2,371 1.00/1.00 vMB 147
497,823 497,823 0000000000000000001a429d66f468cc00417ba213d10e7b5398db7c08e25ca1 2,395 1.00/1.00 vMB 170
497,822 497,822 000000000000000000bc64315f13d6b4007e81b3854c0f7204ea1d64231a9201 2,891 1.00/1.00 vMB 172
497,821 497,821 0000000000000000009685e0abfa42ade5f8f694814a8181b099164dee73f965 2,415 1.00/1.00 vMB 166
497,820 497,820 0000000000000000001ed85855bbb4484321c9531c014fd95a96eb2dc6b34062 2,738 1.00/1.00 vMB 115
497,819 497,819 000000000000000000aa50c1f3bbb30989a89f8d235fcd0281981a86ad9fb1eb 2,084 1.00/1.00 vMB 142
497,818 497,818 00000000000000000073bf4e1d1a9b6df4bc59251228862f74bc3561fa7528a3 3,116 1.00/1.00 vMB 130
497,817 497,817 000000000000000000930401d784f5e7fa94130d4ce58df4973567fc10b32d61 2,876 1.00/1.00 vMB 108
497,816 497,816 000000000000000000a74974bc8ac0e3d28d7603c4b47b508bf919a43236dbe7 2,312 1.00/1.00 vMB 135
497,815 497,815 0000000000000000009ec72b08a343a6700b25999437495934db53137e729cd8 2,541 1.00/1.00 vMB 142
497,814 497,814 0000000000000000000c495f3e87d1b928f5254f110df21f4659ff0c9767fb90 1,835 1.00/1.00 vMB 119
497,813 497,813 000000000000000000be28ef3f6494b1fcbf97c3420057bb00cbd551b70f76ea 2,598 1.00/1.00 vMB 167
497,812 497,812 0000000000000000009a982881e3f88207197b825f30d3a356deef0fbd8f64c2 2,665 1.00/1.00 vMB 136
497,811 497,811 000000000000000000c48417ec6947d235044440926dd4454ec65a0afc13bf0d 2,244 1.00/1.00 vMB 167
497,810 497,810 000000000000000000b49c0632d1e9164b7f1eb6ce5dde42d487532cfcef0910 2,385 1.00/1.00 vMB 202
497,809 497,809 0000000000000000009daf45b9c48432dfe83b1a82e77821abb440caafedb43f 1,798 1.00/1.00 vMB 121
497,808 497,808 00000000000000000080800b9e2e12030fef83095d45579939000a2c536e0b84 2,365 1.00/1.00 vMB 174
497,807 497,807 0000000000000000007b39429121e9ddcb3eb12ec55422f4d2f6b2ca1ca5270e 2,465 1.00/1.00 vMB 122
497,806 497,806 0000000000000000009a81470824f2b2875338b6755ad34122fb8ce3b313911b 2,584 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.