Loading Tool

Explorer IconExplorer

Memory Pool

77,064 transactions
28.41 vMB
0.08802285 BTC
Random Selection Loading Transactions
Max Size: 172.93/200 MB

Candidate Block

Mining Attempt a433371e105d3a65a1be236922f05f716d8e1ef316fe42a2d748d576fc70a1f5
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 9e2f63530ca3406b8a5fb1f3cce650c6d73ae5a81d8e242749635cd186bef546
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,595
Size: 1.00 vMB
Total Fees: 0.02452193 BTC
Feerates: 477.45 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (463,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,416 451,416 000000000000000000074c4e4a00cb5513fc7b52747f662eaa1e11038bf71247 2,608 1.00/1.00 vMB 97
451,415 451,415 00000000000000000211f9239bd7df9476d478b5f261e4bdfa97a9b8fc3cd58c 2,466 1.00/1.00 vMB 86
451,414 451,414 0000000000000000023578abef0a29c1bb634916cf1ad98eeac347b6453081d3 2,977 1.00/1.00 vMB 92
451,413 451,413 000000000000000001d60b0d05a47cff399ab97017a3e624eff9a57e02bd32ff 2,714 1.00/1.00 vMB 85
451,412 451,412 0000000000000000020dbc0f89ec30a688eada96c8b6314f7a217bd5baf85efa 1,003 0.37/1.00 vMB 97
451,411 451,411 0000000000000000004e7a48f42860d424befb35f3541d7c8108824421fdce43 2,472 1.00/1.00 vMB 107
451,410 451,410 000000000000000002a6c3823505ec646d223ea64b576f12cf5a0de90bf73b53 2,044 1.00/1.00 vMB 126
451,409 451,409 000000000000000001bdd91cd062eb7e6d31c22c63006949101ac913e23cdfdf 1,487 1.00/1.00 vMB 129
451,408 451,408 000000000000000000723cdce357b410d6c0e3e10538518fb4264aaa2cf5480f 2,174 0.99/1.00 vMB 143
451,407 451,407 000000000000000000d9f1d138589fab853e242ea5ea94397491a9f3df70cff6 2,108 1.00/1.00 vMB 97
451,406 451,406 000000000000000000853d74cc94ae31323ecce5ecb814b26305a8041a178113 1,749 1.00/1.00 vMB 130
451,405 451,405 0000000000000000020672c01dfe027ed1cc8b8aec4b04fb3471aedf814499dc 1 0.00/1.00 vMB 0
451,404 451,404 0000000000000000027f6479e0afc10cf4d0aed4b962ba1d406a84e9992ae6f9 3,476 1.00/1.00 vMB 78
451,403 451,403 000000000000000000ab37fb1b2f7ccc5b76ea4cd24ce6d1cf2bfd8035f1609c 1,804 1.00/1.00 vMB 119
451,402 451,402 0000000000000000003926cd394d2ef17ebda99f424288668a95b728e67ad45d 2,852 1.00/1.00 vMB 91
451,401 451,401 000000000000000001ca692227a46734532fb083a113e4dc2a702cef5d2a8ca1 2,447 1.00/1.00 vMB 91
451,400 451,400 000000000000000000b666efd9b60e3618a0ca6516b0edee5815defe260cef7e 1,787 0.93/1.00 vMB 85
451,399 451,399 000000000000000001d06a66374ed6cc1156689893cd3642f4a3ee990782915b 2,461 1.00/1.00 vMB 144
451,398 451,398 00000000000000000157782ed07f54701ae013dd2efd4c79a11c72a1114fe1cf 2,261 1.00/1.00 vMB 82
451,397 451,397 0000000000000000007a1c71f700166fd0237718025592c0d30323e06fa1e45a 2,105 1.00/1.00 vMB 72
451,396 451,396 000000000000000000b7c208c7feba6aaf30e5eec66b34a0b15637e2cc3e82c1 2,078 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.