Loading Tool

Explorer IconExplorer

Memory Pool

75,830 transactions
28.44 vMB
0.09854891 BTC
Random Selection Loading Transactions
Max Size: 172.22/200 MB

Candidate Block

Mining Attempt 583b8e340c5871eaec618b9aec3a9332fe9fbfcb59c06efb9ae402150d39933c
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root ffba9cfac1577fee5f4f406fb03193ac5134b50b8095317734692ccd6b26266e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,993
Size: 1.00 vMB
Total Fees: 0.03963290 BTC
Feerates: 101.65 > 3.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (346,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,873 568,873 0000000000000000000dc5e8c5d5613e7f579614e47b4667d1f102158e779cfe 3,068 1.00/1.00 vMB 14
568,872 568,872 00000000000000000028e455adc8480d5a831432990d539748b6fbf9876f887e 2,890 1.00/1.00 vMB 26
568,871 568,871 0000000000000000000cb528abb9591582c4b27263658652b8539e8c602616c4 2,741 1.00/1.00 vMB 16
568,870 568,870 0000000000000000001ac9d052da0819068bb4e91e7dfe0af89008a1fd51eef5 2,430 1.00/1.00 vMB 12
568,869 568,869 0000000000000000000ea5a3097f224f0b642c648e9e743dd660b0ff9867ad48 2,934 1.00/1.00 vMB 25
568,868 568,868 00000000000000000001dad28c0bea69e5c699c0f09c0fb8b9e0a3daeb046899 2,653 1.00/1.00 vMB 25
568,867 568,867 00000000000000000014c1e352495afcb0ff7924eed674d45c066c4016bc895e 2,794 1.00/1.00 vMB 17
568,866 568,866 00000000000000000003ba1a8297c07b9a477c33e4b43c65cf644ec0d2564023 2,859 1.00/1.00 vMB 42
568,865 568,865 0000000000000000000f0e33c4d637a4dc535c8c4dad8152d86b92a50a70cbb1 2,950 1.00/1.00 vMB 8
568,864 568,864 00000000000000000020313092e81909e38a3a192718c1584ea9a68cf027c37a 2,722 1.00/1.00 vMB 35
568,863 568,863 0000000000000000001c70fb0eac5a5e5cc395a3e9e59a38c4196d1c0d00e3d8 3,069 1.00/1.00 vMB 37
568,862 568,862 0000000000000000000a4253072d2eb4a514fc0cd6ae5259472c2ef3e14fc87b 2,735 1.00/1.00 vMB 35
568,861 568,861 00000000000000000028527d5f6bba66f29e7ff8baa738180a8d52ed6b206d62 2,963 1.00/1.00 vMB 19
568,860 568,860 0000000000000000000bc2397d6a64b81300842f88714660afef67a0e8b9720e 2,772 1.00/1.00 vMB 22
568,859 568,859 0000000000000000002a7e3718c7969688890db15ce930023151a71fb8eb3187 2,557 1.00/1.00 vMB 26
568,858 568,858 000000000000000000065f9a04b12ac380c8524539bc19f215e239887107d372 2,928 1.00/1.00 vMB 12
568,857 568,857 0000000000000000000800b3df37c03739d649f1fdb2593f0b2b0bcad15ebb90 2,751 1.00/1.00 vMB 13
568,856 568,856 000000000000000000148d2a48789020ed99cb7a5dc87a7449825105c305c714 2,871 1.00/1.00 vMB 45
568,855 568,855 0000000000000000001401607e16eb60602de0be1b1ad694d1c50579b1463d30 2,452 1.00/1.00 vMB 11
568,854 568,854 0000000000000000001c52c530385cf8493d4f2f5b4fc153933ef82d837143c0 2,237 1.00/1.00 vMB 18
568,853 568,853 00000000000000000003d66c2fd32bc7bd48682925f4b077b0fc602a6cec6eab 2,803 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.60 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: 671.82 GB
    • Received: 16.02 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.