Loading Tool

Explorer IconExplorer

Memory Pool

82,527 transactions
30.23 vMB
0.13845204 BTC
Random Selection Loading Transactions
Max Size: 182.63/200 MB

Candidate Block

Mining Attempt 51c32d6db7b5f2b5e4a73bc9bf6e1fa34a077a5e41766f40e3c24ea58bd8be96
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root be093618111cd23f30b5adc3e1a22ced349464bfbc6479c1c2d6723228ee3226
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,405
Size: 1.00 vMB
Total Fees: 0.05731879 BTC
Feerates: 477.45 > 5.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (470,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,563 444,563 00000000000000000245b32dc72b8935c75bd35f918886053f96ffd2c4811af5 2,520 1.00/1.00 vMB 66
444,562 444,562 000000000000000002940880e5d4071318b6405b7d7b94d1618d3cfa47370ec9 1,537 1.00/1.00 vMB 68
444,561 444,561 000000000000000000399663365e554d3b3108bffcb1ae5e9a2addea74b253fc 1,756 0.99/1.00 vMB 74
444,560 444,560 00000000000000000104f42cd549c7ab45b24eef10c632e3e1f825a93042ad56 2,886 1.00/1.00 vMB 107
444,559 444,559 00000000000000000381580f7595261eaf84f97c622a4f3ede2f20d8d593a9fd 1,980 1.00/1.00 vMB 90
444,558 444,558 000000000000000000136cdb64ce0fb5ea40bc8798efef126a4fff4c77a6dca1 1,293 1.00/1.00 vMB 51
444,557 444,557 0000000000000000014812e71a126009cfb53acb6bb70313329737906d208bcd 2,569 1.00/1.00 vMB 83
444,556 444,556 000000000000000003568dfe8949101a2897786dc99dda2aa396ea13731f9f72 2,085 1.00/1.00 vMB 81
444,555 444,555 000000000000000000efad531989a7f97940802c5e18557d86c3f10cf2d0a125 2,134 1.00/1.00 vMB 70
444,554 444,554 00000000000000000008fa5024be35d96d458df731f08699941228bbe0ff2d3f 1,900 1.00/1.00 vMB 58
444,553 444,553 00000000000000000038bb80bd78d005007cb6a98b22d8a80d58130bd3dcdd9c 2,364 1.00/1.00 vMB 84
444,552 444,552 000000000000000001dfe14894eb926f474c76bf918ab40db0e1610bd760eb7a 2,296 1.00/1.00 vMB 74
444,551 444,551 0000000000000000010fcaa8d66b321e58278fdf1c5720f251d9be1fd287fdf2 2,525 1.00/1.00 vMB 100
444,550 444,550 00000000000000000027302daf949cf40573db685adbde13d1b67690ac83d085 1,712 1.00/1.00 vMB 60
444,549 444,549 000000000000000001076de755fc3eeb65190ce5e06b3ed8a5c1e4771c6578c8 1,146 1.00/1.00 vMB 52
444,548 444,548 000000000000000000b94e6e7851496f77c87cf65cf6619ece2eeb8b59f97e09 2,296 1.00/1.00 vMB 81
444,547 444,547 000000000000000001c7ca5e9e4bb97bcbfa21d728a663d94546a44ac4b3b3fc 2,191 1.00/1.00 vMB 68
444,546 444,546 000000000000000002c289fe8437ff89edaeae99f8aa0dccbffed8879bf4153f 2,635 1.00/1.00 vMB 82
444,545 444,545 00000000000000000163916e0f12abc8ae1bfbcd644bb264679dfc9fe96310b8 2,730 1.00/1.00 vMB 76
444,544 444,544 000000000000000001a3e105baf67b2e677c092ef1394ffcd2aa88489b9d473c 2,288 1.00/1.00 vMB 89
444,543 444,543 00000000000000000159832f4cdc4d5f2932699c4dfd8f7c2c5d816f49104683 2,398 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.63 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.22 GB
    • Received: 16.18 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.