Loading Tool

Explorer IconExplorer

Memory Pool

46,197 transactions
28.00 vMB
0.08617821 BTC
Random Selection Loading Transactions
Max Size: 148.25/200 MB

Candidate Block

Mining Attempt ca6939dbbe691a4e6a1bab3f25a9863eb289f9b709ac86f08ab16c7cbfcc55bb
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 88e11725e2b9bd48b86e005a12830aa673bc94b101a42a2b1dc37d76e09f48d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 1.00 vMB
Total Fees: 0.03170673 BTC
Feerates: 181.54 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (380,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,852 534,852 0000000000000000001cf6655a4b0d503a00c5fee5e7664122728e4018d294f8 2,306 1.00/1.00 vMB 10
534,851 534,851 00000000000000000001faeb2159aa1cf47aacdfc0f86852c968302968d5c5fd 2,074 1.00/1.00 vMB 16
534,850 534,850 00000000000000000001ea268dc045a5edac4fb4f32b5febe1c659cc3889d69b 1,647 1.00/1.00 vMB 38
534,849 534,849 000000000000000000205500e94d6215808ca5fae3d5f19c6ded1efb0ea751e0 1,806 1.00/1.00 vMB 30
534,848 534,848 000000000000000000057d2f4ff5bae094ad630db4d09f7f30906ff92e3c6535 2,612 1.00/1.00 vMB 54
534,847 534,847 00000000000000000029d0b1f68ab6c4e5da096e24ddf026de07296198fbfff6 2,059 1.00/1.00 vMB 38
534,846 534,846 0000000000000000002932eb68432a17645176b56bf0a67072b3c15890552239 1,130 1.00/1.00 vMB 28
534,845 534,845 00000000000000000013fe0c0cb3d2a5ffd6fc6df13da805eac6e060ee7cf8d3 574 1.00/1.00 vMB 55
534,844 534,844 0000000000000000000cc2429cad78a8a5203d084a7fef6b4b44d48e5900c59c 963 1.00/1.00 vMB 48
534,843 534,843 0000000000000000002d3bef79d9f9bf2dbde6a043e9b53d9343eab173b0a5ad 1,206 0.59/1.00 vMB 6
534,842 534,842 00000000000000000009d094217b8c5a63a7d4e032021ab2f910bcf959d2541b 2,638 1.00/1.00 vMB 5
534,841 534,841 0000000000000000001b41a2b1b02c07ce3d049e92b8773a02717423df9f187f 2,252 1.00/1.00 vMB 34
534,840 534,840 0000000000000000000559dbf6874ce04084710c258b06dcf84f8cb0c7552c7f 2,225 1.00/1.00 vMB 33
534,839 534,839 0000000000000000000dab649525b05f82b27498f8fe34457009ec7b375bb249 656 0.95/1.00 vMB 1
534,838 534,838 0000000000000000001c393e8ef84a64a0f46c9ca26e89a9737a703b2f075ed2 1,714 0.97/1.00 vMB 6
534,837 534,837 00000000000000000020ba95dc87bc3bd59a2bc11270c3af7d4d83c7a314143f 2,427 1.00/1.00 vMB 11
534,836 534,836 0000000000000000002560a11f476627a34f216a18d4d06f5031bd297678de30 1,633 1.00/1.00 vMB 7
534,835 534,835 00000000000000000019d623665bd5af9d79685e3b49df38da951b89a63ebfca 2,382 1.00/1.00 vMB 40
534,834 534,834 000000000000000000187d5c3bd8ea9eae9975803972657a07d07e61c8c67448 2,614 1.00/1.00 vMB 9
534,833 534,833 0000000000000000000822ce755c31728197a6561059906f8058fa153f570ce9 2,314 1.00/1.00 vMB 33
534,832 534,832 00000000000000000011a35bd64749968cc383649d7a7eefb901852be554d438 2,684 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.