Loading Tool

Explorer IconExplorer

Memory Pool

43,996 transactions
27.19 vMB
0.08764792 BTC
Random Selection Loading Transactions
Max Size: 142.31/200 MB

Candidate Block

Mining Attempt 1b89904c7445b0a820692d3afd17a023a16f20a6caeba0567f6a6baa7d6171f9
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 07375f996f1b0bc55c88f7deb335d6553290bdf37ae5d7b70c525c4efc4951e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.03467801 BTC
Feerates: 150.93 > 3.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (413,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,898 500,898 0000000000000000002230aabf160e62744ce260e07b1962857c680d3e88fecb 1,798 1.00/1.00 vMB 394
500,897 500,897 0000000000000000008492da93fdeb04b3d33da4d610faca3c5955fc5cd9251f 2,164 1.00/1.00 vMB 724
500,896 500,896 0000000000000000006fb6f54425dca3e68305d5b9dacd0d6cf82094819d264a 2,255 1.00/1.00 vMB 889
500,895 500,895 0000000000000000000eecac96050e422f48814249c40b8eb9d6d6763d16775b 1,339 1.00/1.00 vMB 403
500,894 500,894 000000000000000000541d52d54f29d4d0763f80d9bfc916a1255f863b731828 2,114 1.00/1.00 vMB 668
500,893 500,893 0000000000000000009431cae12198aca00c70679a6ebac08b7897ad131209eb 1,609 1.00/1.00 vMB 320
500,892 500,892 00000000000000000081ea6b565032c9bfbe101d55ba44c2151136befe459bbf 1,576 1.00/1.00 vMB 292
500,891 500,891 00000000000000000062b92a77b4ebc36689338072ce39f1d8e7bf84860b9646 2,364 1.00/1.00 vMB 293
500,890 500,890 0000000000000000003786735c1810f9924e042246da7c58b544fe7b473fb36a 2,322 1.00/1.00 vMB 566
500,889 500,889 00000000000000000013d234765753aaedd5beaf557229b4d93a677b450f4f51 1,932 1.00/1.00 vMB 1,036
500,888 500,888 0000000000000000002ab4c058619a9e04cd2c52c634ac892f914364ecd6a02f 1,535 1.00/1.00 vMB 303
500,887 500,887 000000000000000000503f68ed428bb893062fa463d5c5ab7e3c7df7f9a2070b 540 1.00/1.00 vMB 163
500,886 500,886 0000000000000000006d2da53176191ba1bebe6dcfa4cefcfef172b74095b721 1,917 1.00/1.00 vMB 644
500,885 500,885 0000000000000000008b6be5b1affa2a19c2d28b6871f6a184c8d0b4582c91fa 1,953 1.00/1.00 vMB 332
500,884 500,884 0000000000000000006bd4a07c21788ec13ca87baf0bed4999fa296eb7252389 2,568 1.00/1.00 vMB 641
500,883 500,883 00000000000000000078bb2d098538f7f445e0c0c0dfbec36bccf2c391ac80aa 2,326 1.00/1.00 vMB 519
500,882 500,882 0000000000000000003053c5bd41ba7d8926f85baf8c606cab832673260f42dc 2,187 1.00/1.00 vMB 943
500,881 500,881 0000000000000000002b23b91928f4515bc7097e0cd847c40715276a431095c0 2,222 1.00/1.00 vMB 802
500,880 500,880 000000000000000000622d615fe333257c24f3a12bdcd1400c093140a8209469 2,250 1.00/1.00 vMB 883
500,879 500,879 00000000000000000066b310bec1271e6c0686659c31afca2d0cf4a0d6ac7a91 1,962 1.00/1.00 vMB 353
500,878 500,878 00000000000000000001c9ceb2a1bdad497a2ae075918c7b710285b0250ad5bb 2,352 1.00/1.00 vMB 941
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.