Loading Tool

Explorer IconExplorer

Memory Pool

84,980 transactions
31.87 vMB
0.19510215 BTC
Random Selection Loading Transactions
Max Size: 190.36/200 MB

Candidate Block

Mining Attempt c6ff5bc510d131a62d5e3516f4308cb494ecdb67d0bcfd6cccc05b30697d9eb9
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root cf0da0e6e46e673cc2e6923f1d65491d18d24c9a0b2e22bfcc045538d91da0e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.08418560 BTC
Feerates: 101.65 > 8.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (105,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,670 809,670 0000000000000000000465d0c320b4bf6464c60bba9550d4404cfe6a8d893c99 1,757 1.00/1.00 vMB 31
809,669 809,669 00000000000000000002a9a759227fb18665263cdd4cf4c04e85a3e75028e928 4,176 1.00/1.00 vMB 14
809,668 809,668 00000000000000000004996ce82d11cd16fcf50c9d40d0281a5d43d037a93c11 2,259 1.00/1.00 vMB 21
809,667 809,667 00000000000000000000062c9c54f7ad8ad74114d92b5a25d8e4dd91bfea54b7 6,509 1.00/1.00 vMB 6
809,666 809,666 00000000000000000004d95b915349f05555646d73f8cd3bebf5afc8743f0715 5,838 1.00/1.00 vMB 10
809,665 809,665 00000000000000000003719b99f36660b05af477035d7b20b01dee1b89a7399c 6,220 1.00/1.00 vMB 7
809,664 809,664 000000000000000000034f0acaea363e64fd8715a7985fc48f245d27b7a966c8 2,262 1.00/1.00 vMB 20
809,663 809,663 000000000000000000017f32230e4289ef41d7653b691e00dfeb17be581a182d 6,011 1.00/1.00 vMB 6
809,662 809,662 00000000000000000000b7038dc072be55190e42a02d279bfb14cf55821cf748 1,713 1.00/1.00 vMB 18
809,661 809,661 0000000000000000000298394f7472c2e3466d8ff2e24b170ff8a807d717ccd5 1,806 1.00/1.00 vMB 23
809,660 809,660 000000000000000000006e3ca93df2bbb1b94a627d6990e6b782fd8f9fc94fc1 2,229 1.00/1.00 vMB 20
809,659 809,659 00000000000000000003c68fb752d14148db203c7766cd1af34a3b05ee5be540 1,878 1.00/1.00 vMB 31
809,658 809,658 000000000000000000015bf13dee9248c425dbf202642e1169781996271a6be8 2,612 1.00/1.00 vMB 39
809,657 809,657 00000000000000000000dc50a461687a026ac90bb9c417259c7e2023d50646b9 3,391 1.00/1.00 vMB 18
809,656 809,656 00000000000000000002ec807c5052b0ef9445d5d382fd5d48056ad00ab50991 3,769 1.00/1.00 vMB 20
809,655 809,655 00000000000000000001f54a01e398653687105ec4e05b0feb23614e0aa23105 2,185 1.00/1.00 vMB 10
809,654 809,654 00000000000000000003ab3ee30e0aafdecdc1a51d5e00b4fd4d76ece5c81ee2 3,814 1.00/1.00 vMB 21
809,653 809,653 00000000000000000003683b00f3dc2f4d65a94299cf664f56ed3e38e2fc5ba8 4,684 1.00/1.00 vMB 26
809,652 809,652 00000000000000000001a86973dd61377a1f5d4c659c3bb42a3d2b88e7e1d868 4,296 1.00/1.00 vMB 35
809,651 809,651 00000000000000000000b42c221afe6670673f3ce7c22dbfe54a6dd064c58b72 2,366 1.00/1.00 vMB 29
809,650 809,650 0000000000000000000176b3de90f519666d9e1df1fe8fca0c9d1f705ebc3060 2,588 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.65 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: 672.78 GB
    • Received: 16.32 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.