Loading Tool

Explorer IconExplorer

Memory Pool

74,568 transactions
27.62 vMB
0.07345318 BTC
Random Selection Loading Transactions
Max Size: 168.32/200 MB

Candidate Block

Mining Attempt 6632a68367a9ae2447ef0f1e7579bd38adcd641a01d750d293d1870f9910bf15
Version 20000000
Previous Block 0000000000000000000192874583294799069cd41a502da4205abee519612895
Merkle Root 7404d7621962f99c87a2a9b597e6c6a7ef1b1618247abdc9e12815b8a7f5d651
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,980
Size: 1.00 vMB
Total Fees: 0.01451961 BTC
Feerates: 100.35 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,293 (94,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,848 820,848 000000000000000000015421a4a9d2158d894f10b984cce9b73be2d98602d265 3,864 1.00/1.00 vMB 122
820,847 820,847 00000000000000000001ee2b44262d88344c1fff60339f8d14922a63ae6b18dc 3,990 1.00/1.00 vMB 90
820,846 820,846 0000000000000000000310e475f8a22b85ea57023f9fa3013bc944fab9a82bdf 4,612 1.00/1.00 vMB 53
820,845 820,845 00000000000000000003b17363f235f3b4ca12127cd396a988097dfbf8060052 4,594 1.00/1.00 vMB 73
820,844 820,844 00000000000000000001b0a714a5bfbbcfe4391ba5d2cabc8a0de2d64ddc6a75 3,066 1.00/1.00 vMB 51
820,843 820,843 000000000000000000036d26847ba92bb49bcb206aa67d22a8fbc126a12acad4 3,563 1.00/1.00 vMB 61
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
Previous 10 blocks ↓
Total Size: 782.90 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.58 GB
    • Received: 17.40 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.