Loading Tool

Explorer IconExplorer

Memory Pool

78,936 transactions
29.54 vMB
0.07114465 BTC
Random Selection Loading Transactions
Max Size: 177.56/200 MB

Candidate Block

Mining Attempt 69dab028dbf6c704ad5d7d4133a4357dad6471829b6b00f2795c9935d643d7b9
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root a1cf51386866cea16bce87a85b4bb4820f9110a19d0e9d765d294c8cf799b681
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,687
Size: 1.00 vMB
Total Fees: 0.01115516 BTC
Feerates: 150.93 > 1.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (331,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,956 583,956 0000000000000000000dca63ccef0b4844a3993cb93bb7b5ade06001ebc3c5da 1,546 1.00/1.00 vMB 35
583,955 583,955 0000000000000000001d1424de015f34db04ea68f996e9233a8b9a6bd500e194 1,066 1.00/1.00 vMB 39
583,954 583,954 0000000000000000001772f46caeb595402b3b61d0d580c46c33ff925c8fe953 820 1.00/1.00 vMB 14
583,953 583,953 0000000000000000002105a78fb098053e390b7d7582b09dfcd358b1c62b7b85 1,948 1.00/1.00 vMB 16
583,952 583,952 0000000000000000000f5d4133d01b090819a978fda87feddc6e2f5801954a18 1,396 1.00/1.00 vMB 35
583,951 583,951 0000000000000000000b928d6690cee5bf6bacd46423741018323137e9ada272 1,078 1.00/1.00 vMB 26
583,950 583,950 0000000000000000000e47ef8d5254cfc2ebb6e756df0f692ff377896de9aa61 2,765 1.00/1.00 vMB 73
583,949 583,949 0000000000000000000b2b0b1e2852ff166a6f0a8914bc4f5e3c0a2d2cb92ebd 657 1.00/1.00 vMB 22
583,948 583,948 0000000000000000001ca65785db9f8735f86b6f1b154cd41b138f67a980f0e5 1,396 1.00/1.00 vMB 35
583,947 583,947 0000000000000000000b3e776248e817bdd53124700f2a292945366414262221 2,883 1.00/1.00 vMB 36
583,946 583,946 000000000000000000157b43aae8cae64c7a5b3ed59becac4519073ab44b13e4 1,885 0.61/1.00 vMB 42
583,945 583,945 000000000000000000208a2adb94388e52e192c0b6a23a0ed5964ab845a79b7b 855 0.28/1.00 vMB 45
583,944 583,944 00000000000000000012a6437bea59b25d49869c8c61c6324a84acc575a7d01a 2,092 0.98/1.00 vMB 57
583,943 583,943 0000000000000000000cd5456e495e09c4f69b1afde68ccdfe998f60ca6e0f5f 342 0.17/1.00 vMB 3
583,942 583,942 000000000000000000017fa96743bcd2cc8c466b64887e99d1758c1ded97afee 2,860 1.00/1.00 vMB 47
583,941 583,941 0000000000000000001cab2cf1b9b8bdcfd48e1228deed15bb22e94afd14610d 1,441 0.48/1.00 vMB 39
583,940 583,940 00000000000000000023428a4f09dffecd7623b628bc641aef25fb0865ae5e4c 2,374 0.86/1.00 vMB 29
583,939 583,939 0000000000000000001807fa2269300b0944dea7b41b175e359a7c2b4fed37d3 2,952 1.00/1.00 vMB 60
583,938 583,938 000000000000000000178543d570fe9189a9f38e344e78a44a7260614ec48c62 1,579 0.52/1.00 vMB 40
583,937 583,937 0000000000000000000c23b69c1e194abc4657898f3961460f56396017f0f898 2,699 1.00/1.00 vMB 27
583,936 583,936 0000000000000000001c3d0aa4319892bf6ea7b796b47ecf7b74b521ad224872 2,300 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.