Loading Tool

Explorer IconExplorer

Memory Pool

45,826 transactions
29.09 vMB
0.14082393 BTC
Random Selection Loading Transactions
Max Size: 151.59/200 MB

Candidate Block

Mining Attempt 23da6375c6cfabe7c7d306bf6784f01dddbecc3fe5a5087d1c8af0791ef6c2ee
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 25428b0bac0632c2228d85d8a9ae6c829275c5be0f8c09774997462b9ada97d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.04278855 BTC
Feerates: 150.75 > 4.29 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (260,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,105 654,105 0000000000000000000835386fe25ea27b87f50dedd2b966297057b353e64774 1,742 1.00/1.00 vMB 110
654,104 654,104 00000000000000000002d2e5120d36119e2b45c085cee7e2e232ddb460236e2e 2,372 1.00/1.00 vMB 25
654,103 654,103 0000000000000000000aac0fedf92ef9e4fb9000ce1a84ac9e26790996505002 2,631 1.00/1.00 vMB 86
654,102 654,102 00000000000000000004c00e5f40b0b9ce929260a8db918431c7ca63025e0445 2,358 1.00/1.00 vMB 83
654,101 654,101 00000000000000000002a424e1e276c19dec314efc5ecd021dd848eea01f389d 2,249 1.00/1.00 vMB 41
654,100 654,100 00000000000000000004356e67c423f2adc4adec36cebfa357ec79cc2abf201d 1,697 1.00/1.00 vMB 19
654,099 654,099 000000000000000000047f1f7461c3e0a3ac064bb357f0b7c85c21eeff4c8a42 2,405 1.00/1.00 vMB 58
654,098 654,098 0000000000000000000db56ba2f412faabe2e2ceb644e94a21ae0808ea497a2c 1,361 1.00/1.00 vMB 20
654,097 654,097 0000000000000000000ab778e495855e82b667c356bda8ec9c4444d7a844fb17 1,507 1.00/1.00 vMB 23
654,096 654,096 000000000000000000077cd1daef96b97c81e2767ade690a4600369bcab86cbe 1,877 1.00/1.00 vMB 37
654,095 654,095 0000000000000000000bf98e05241bca5b90f51bd92e717a3a539ff884240f99 1,759 1.00/1.00 vMB 35
654,094 654,094 000000000000000000070710d96869bcfd97af7e88154191cc84a1b23b78b62f 2,073 1.00/1.00 vMB 8
654,093 654,093 000000000000000000028eef901c4e3068ed4fa14dcaddcfeebff6e1eac879c8 1,709 1.00/1.00 vMB 12
654,092 654,092 0000000000000000000df9325ed27a6bafeb0ea0fc56e50029af73ba8511a1de 1,261 1.00/1.00 vMB 14
654,091 654,091 00000000000000000009ad4c7a1959d05d5406468080b1bcf2aac22a1a04e746 2,365 1.00/1.00 vMB 120
654,090 654,090 000000000000000000031b6e1d93d37d2f6aef1179b8eef7b482649666598bce 2,066 1.00/1.00 vMB 73
654,089 654,089 000000000000000000089b3de5bb1ce9a60c58839cf62a08262cae9c9bcf38ba 1,535 1.00/1.00 vMB 130
654,088 654,088 0000000000000000000c3684a41de8b8db4b847e3e3b967c1d3a691824543821 2,383 1.00/1.00 vMB 41
654,087 654,087 00000000000000000009878821057e4b2ee239fbfc73b664503ed5a8a48a0235 1,883 1.00/1.00 vMB 38
654,086 654,086 00000000000000000007d613c497979fc6f9f7f47ed76193e274c18427afc180 2,583 1.00/1.00 vMB 118
654,085 654,085 000000000000000000061afcda4e3a6648e1ba5b2ee33f19334fd81e5a627801 1,857 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.