Loading Tool

Explorer IconExplorer

Memory Pool

80,308 transactions
29.86 vMB
0.11790502 BTC
Random Selection Loading Transactions
Max Size: 179.81/200 MB

Candidate Block

Mining Attempt 43220149508f6d69913c7f52620d9e3e56f0afb1b12d991ec866aa9411a2d786
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 720773a5da2c54b6d9584bbdf5e8d1c0357ccabd3ebc5f26bc475d5cf4f445c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,596
Size: 1.00 vMB
Total Fees: 0.04872322 BTC
Feerates: 169.80 > 4.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (384,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,883 530,883 00000000000000000033937b71f06ba6c4d79958da9a5a655be8a59c51c654b4 863 1.00/1.00 vMB 73
530,882 530,882 000000000000000000091a4fe2d092f3f19fe7920a54fc07e9ee212f5a44a545 245 0.09/1.00 vMB 25
530,881 530,881 00000000000000000033015e1d19d23c52fe23c4fef87f7a0382f80bd6a0c3e1 742 0.27/1.00 vMB 24
530,880 530,880 00000000000000000001b323cafa89e1e56a2d69f732887b4222200949dac2a0 2,490 1.00/1.00 vMB 20
530,879 530,879 000000000000000000302e53bffac7d111515e0d4b55571d68e855741999abe2 684 0.26/1.00 vMB 16
530,878 530,878 00000000000000000000ba14c99f11ceb8b5732b05129bcdef869409b70d89cf 543 0.20/1.00 vMB 21
530,877 530,877 00000000000000000022f8a32203b89396fecaa79989a4953dd055f9f9ead3d1 1,179 0.56/1.00 vMB 41
530,876 530,876 0000000000000000000e4ac2c2f6be1265bc67a0f2d95f2777e528f3413471aa 690 0.30/1.00 vMB 25
530,875 530,875 0000000000000000001833d89b48a178df0dbf13d09ecef148c384bddfa6b13b 1,542 0.67/1.00 vMB 45
530,874 530,874 00000000000000000010c0a3306e608215e34c394474fa5bb18d8f76451baddb 684 0.29/1.00 vMB 29
530,873 530,873 00000000000000000002ecd9ffcd1d20d77e5f7afa1cfad44f77d348831f5181 1,626 1.00/1.00 vMB 8
530,872 530,872 0000000000000000001a04978127cc476771ec8cf95f3d39f5033f4d68bcc7a8 2,410 0.89/1.00 vMB 23
530,871 530,871 00000000000000000029ad14e8e419c100b44e382018bff02726e77c3dfd2cd4 433 0.19/1.00 vMB 19
530,870 530,870 000000000000000000312fd3cbb73e1e01d940c2c01420b12ec62d7109254b9c 168 0.06/1.00 vMB 24
530,869 530,869 00000000000000000027ed2a452b8052bfa37b1c5307f8851ca11b7e9f48b8c6 1,395 0.63/1.00 vMB 23
530,868 530,868 0000000000000000001ad4e84466ac775b0465db04b510ba008f7b61bdacfe9e 722 0.29/1.00 vMB 25
530,867 530,867 00000000000000000022d346008a05f030bc5a70d15d88c22d92c40a1f0e04af 976 0.49/1.00 vMB 17
530,866 530,866 000000000000000000178198730bc334770cbfa352f8a1a8e15c7b524cb7333b 1,777 0.97/1.00 vMB 6
530,865 530,865 0000000000000000002a65e6f81c679b39d8562bc8b7f451585f7df5161d634d 2,320 1.00/1.00 vMB 18
530,864 530,864 00000000000000000010ca59c924920db845b110b476e1545a05092030d0ca17 2,163 1.00/1.00 vMB 18
530,863 530,863 00000000000000000019f96441e1a5ced11702eff6b12e1d6afdad5debb35608 2,532 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.