Loading Tool

Explorer IconExplorer

Memory Pool

75,700 transactions
29.95 vMB
0.09566695 BTC
Random Selection Loading Transactions
Max Size: 178.94/200 MB

Candidate Block

Mining Attempt 388ae3ceba940a3ff89cc6b74c50442d437fa3a85a2c83841e6e3fbc7675ae47
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root bd00213f3fa7cc5bebd5360f13d587840544ffcad1d745e13dc7a4f715eaacfb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,708
Size: 1.00 vMB
Total Fees: 0.02338917 BTC
Feerates: 100.00 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (61,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
854,081 854,081 0000000000000000000145228b6c3216e9250444d8ba44cff91798c2ed437244 4,986 1.00/1.00 vMB 4
854,080 854,080 000000000000000000003e4e4eb80615adfa5e5ec3d23b487d9b83007ce08490 2,030 1.00/1.00 vMB 4
854,079 854,079 000000000000000000029757fc7a557a49df07c8bd6d8da3a357de9c616c4709 1,812 1.00/1.00 vMB 4
854,078 854,078 000000000000000000008ddb9662c6410ea57ae5a09383a6491bbbc2072b4e44 1,801 1.00/1.00 vMB 6
854,077 854,077 000000000000000000020c9c1cefedea0d8d0a42d749ebe9074f8b6e4d22a5d4 1,425 1.00/1.00 vMB 5
854,076 854,076 000000000000000000008cbf72c6881b86648b74763e1fb5020b8eac95b3d319 2,164 1.00/1.00 vMB 6
854,075 854,075 000000000000000000016ae762af2b7ca85748e7faa752627579f1b413de48fb 548 1.00/1.00 vMB 4
854,074 854,074 000000000000000000036cddeef2b6aca38b5f90f6ff03699298d0e149def54c 3,923 1.00/1.00 vMB 11
854,073 854,073 00000000000000000000d3ca0edcb256677ffe8cfadfe0f8b7f1ab309068e09a 2,530 1.00/1.00 vMB 5
854,072 854,072 00000000000000000000af81f0f2883a7e35af482cbdd7f42badb125beed88e6 2,784 1.00/1.00 vMB 13
854,071 854,071 00000000000000000002c16d3220ce56ee50f42a5a45f9ab8042b03a33a32c21 1,849 1.00/1.00 vMB 6
854,070 854,070 00000000000000000000faeefd8abb406c21a55a01933810a97f1bee8e4601bc 1,390 1.00/1.00 vMB 5
854,069 854,069 000000000000000000017d5d60af4381fb33708636f23775751bdb8078408330 1,195 1.00/1.00 vMB 5
854,068 854,068 0000000000000000000205d8cc944cdfa82b55d9d643163dc4fa505d4aa17486 2,513 1.00/1.00 vMB 7
854,067 854,067 00000000000000000002a7515b8535f99dbb312d4ce05624f15bec672d30bd39 1,001 1.00/1.00 vMB 6
854,066 854,066 000000000000000000031ba2be84f0ef1e043b44ec49a28dda6a50179f9734b1 3,152 1.00/1.00 vMB 8
854,065 854,065 000000000000000000006b6e8dc5bd815c1f661581c38e0bb4c7fd2d54d272fc 771 1.00/1.00 vMB 4
854,064 854,064 0000000000000000000251755b34dd490d7fe315730e6f4209ef9cb6b3feea07 2,414 1.00/1.00 vMB 7
854,063 854,063 00000000000000000000830eb034bfebc4027c4f1db090293f85b5cc75755d4a 1,230 1.00/1.00 vMB 5
854,062 854,062 00000000000000000001b40a2e68ed8089f32391ea976f3185ed315f9b5f2f1a 975 1.00/1.00 vMB 5
854,061 854,061 0000000000000000000203e353eb7480cdf08e2a2b551d307ee13a9b763d5fa5 3,257 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.17 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: 749.32 GB
    • Received: 18.82 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.