Loading Tool

Explorer IconExplorer

Memory Pool

79,780 transactions
29.29 vMB
0.12728003 BTC
Random Selection Loading Transactions
Max Size: 177.32/200 MB

Candidate Block

Mining Attempt 0d6906360b392afafd374273771f43459c69429e11cdf519fa44a229dcc4122e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 84034d1c267914a7520e925edc2ee07653bb831cbb65372786bfc228bb437db1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,535
Size: 1.00 vMB
Total Fees: 0.04744388 BTC
Feerates: 602.26 > 4.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (392,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,838 522,838 0000000000000000002f5358778c864f0de05391c57c2d975039b7aeef5c4720 2,399 1.00/1.00 vMB 41
522,837 522,837 00000000000000000016c92c7497638a45042a867b3dce54380acef9b69488c0 2,325 1.00/1.00 vMB 43
522,836 522,836 0000000000000000002fd57c55963db63f48894a6217a9f868a262eab9ab5971 815 0.35/1.00 vMB 18
522,835 522,835 00000000000000000028044a328649ce83bbc126a7760eb4f9ce77e4789c6b29 2,214 1.00/1.00 vMB 10
522,834 522,834 000000000000000000314916525144db2c37296a8d5fcccb15b7109ea6df8e44 1,163 0.45/1.00 vMB 50
522,833 522,833 000000000000000000431b047f1865379f2a231f60ca7ca425cd3cec7d3163c8 3,166 1.00/1.00 vMB 14
522,832 522,832 00000000000000000005f4b2c560241df9e8e7cd71756ddadcc4e9cede7e19c2 2,553 1.00/1.00 vMB 26
522,831 522,831 00000000000000000010c76ed0d880a2efbd4e35900924cd65f5f9a6e643411c 1,829 1.00/1.00 vMB 27
522,830 522,830 0000000000000000002f7fda6b48b6368bf606c8e4f34c99da80bf9e97a0072b 1 0.00/1.00 vMB 0
522,829 522,829 00000000000000000035f169a5d471710f039995f9afcf84a800b799e4d0180f 2,755 1.00/1.00 vMB 37
522,828 522,828 0000000000000000002a1f05b0257304424408e2b267a8972e2a984d97f65ab7 2,798 1.00/1.00 vMB 60
522,827 522,827 0000000000000000002a4ddef1f26563b18e1067e25af10b80d78831bdb00b38 2,375 1.00/1.00 vMB 27
522,826 522,826 000000000000000000183e30a471d5a77a854efa69b65a525115f2607c8d55cd 3,243 1.00/1.00 vMB 62
522,825 522,825 0000000000000000002df779b0705147018e34af2b600a5d9c8faa00d929ca64 2,771 1.00/1.00 vMB 79
522,824 522,824 0000000000000000004392c43cd78123275b6f77f9488f1b06c8c7a392ff8095 2,188 1.00/1.00 vMB 28
522,823 522,823 0000000000000000003f2e5558db531c2d289cc0fca2520fa5d73d9e2e38ac8f 2,682 1.00/1.00 vMB 45
522,822 522,822 00000000000000000034516a842c8b3bce88338f9bc53d965ec420870f8ad169 2,356 1.00/1.00 vMB 51
522,821 522,821 0000000000000000000f7d84ed1afdd345961a0647cb457408935e9a789cc24c 2,984 1.00/1.00 vMB 34
522,820 522,820 0000000000000000003a2f08d8d5bea6e37ad3f3ce68c78047d783a4e40939b0 3,164 1.00/1.00 vMB 67
522,819 522,819 00000000000000000030272765d7bd13fcf264503326f55a5e9a4c0b734c1b72 2,358 1.00/1.00 vMB 95
522,818 522,818 00000000000000000023e1a5634ef8526f29fd13ba462d8c1e23460595615537 2,839 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.92 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: 714.45 GB
    • Received: 17.54 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.