Loading Tool

Explorer IconExplorer

Memory Pool

78,452 transactions
29.09 vMB
0.11634975 BTC
Random Selection Loading Transactions
Max Size: 175.50/200 MB

Candidate Block

Mining Attempt 5bf81bfd3bc2dc354b801bc2a0f3403ea60d286fc08dda41b0006e09bbcd560f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3f6f32defca73b03bab95de4565aa101b5dd3447e67b13a12ab53d2f6d9362f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.04164852 BTC
Feerates: 150.80 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (94,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,842 820,842 00000000000000000001de3797a31252b866ada9f7b9b0081a8554a4f6838586 3,883 1.00/1.00 vMB 75
820,841 820,841 00000000000000000003fc268ef5cea4a4c5a7d5ebcfc4ebeb0a9194c5acb528 3,172 1.00/1.00 vMB 74
820,840 820,840 0000000000000000000172eb53597c733bab7b46d57ee6a50bbeeff7106107af 3,898 1.00/1.00 vMB 88
820,839 820,839 00000000000000000001c3081056eb22d702fb2f68a1cc3191861d0dff81a72d 3,957 1.00/1.00 vMB 114
820,838 820,838 000000000000000000003c6e896e76db152548596e78089919d0eb0f674ff0ad 3,663 1.00/1.00 vMB 53
820,837 820,837 0000000000000000000030c3de32ca13fda3112c15770800fea2449c06acb67b 4,442 1.00/1.00 vMB 64
820,836 820,836 000000000000000000010bb531b9df9c77b29429abaad233c1eafd9c8848e3ea 3,449 1.00/1.00 vMB 76
820,835 820,835 00000000000000000003a2daaa116f58ecb2986e0d5fdffe220201b5563a1a65 3,992 1.00/1.00 vMB 96
820,834 820,834 000000000000000000019174de2ab2812c2cb619a9ba851d31cd073e382885de 3,699 1.00/1.00 vMB 77
820,833 820,833 00000000000000000002a672fb1c58c2b16d123dd2df60c9dce77ae2453b8816 3,426 1.00/1.00 vMB 61
820,832 820,832 000000000000000000007ae6fe7b5cbe1df3bec6f34580d9965ec42a3d95e7e7 3,434 1.00/1.00 vMB 68
820,831 820,831 000000000000000000015ac4b1d51f67d19be3ab1cd6d5d5117218a4e41d2acb 3,814 1.00/1.00 vMB 99
820,830 820,830 00000000000000000003e9b6887535eee4d6e7072c4252f4a628c8809778261b 3,072 1.00/1.00 vMB 72
820,829 820,829 000000000000000000011f5fa5f16eff97332bba9ed3572f52e5bb9e58986ad7 3,674 1.00/1.00 vMB 82
820,828 820,828 00000000000000000000c739c5f9e0a9ba786fa2025f6a950afd69f91444e679 3,470 1.00/1.00 vMB 84
820,827 820,827 000000000000000000034c3adce79783037d2aec6d6b4ec24543551b61da6d5f 3,694 1.00/1.00 vMB 108
820,826 820,826 000000000000000000029941e757830b69f76730996a4c1bdf3a6b5f6bdde0d6 3,660 1.00/1.00 vMB 105
820,825 820,825 00000000000000000003b9df5a3e3e1ee80b07579c0f42d3a0293fc95c7fde72 4,169 1.00/1.00 vMB 55
820,824 820,824 0000000000000000000220c8909d3084c6f648cada2b8baed02244422bf278bb 3,884 1.00/1.00 vMB 63
820,823 820,823 000000000000000000015824970709f536bc1f5aa867578dcc330d547d7af41b 3,871 1.00/1.00 vMB 73
820,822 820,822 0000000000000000000243c8bd24eae0ed2bcc3206205758ab2c1d4538f78572 3,111 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.85 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: 712.76 GB
    • Received: 17.21 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.