Loading Tool

Explorer IconExplorer

Memory Pool

78,001 transactions
29.45 vMB
0.08966188 BTC
Random Selection Loading Transactions
Max Size: 179.71/200 MB

Candidate Block

Mining Attempt 2fc5bf4041d2e804448d66236d5cb83edfa93e1db41c07a4834694c71354c484
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 08d3ec6922d5e13205b1c207b25f6f496b5d14630ff24d1246bb14576042d626
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,832
Size: 1.00 vMB
Total Fees: 0.02493903 BTC
Feerates: 301.35 > 2.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (312,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,981 602,981 0000000000000000000395c7b7b6e0e9d851948dbec3f5afecf9a528ffa793f7 2,859 1.00/1.00 vMB 24
602,980 602,980 000000000000000000123d8ea524d4467b94c0714f8244022dd28f427d7d7414 2,492 1.00/1.00 vMB 49
602,979 602,979 0000000000000000000c6f0fc3024589430e5739da8e66030814fbb1ec8cd3fe 2,812 1.00/1.00 vMB 50
602,978 602,978 00000000000000000008608f293bda9e5d763b31bd20ea2deb69bb5420694756 2,690 1.00/1.00 vMB 9
602,977 602,977 0000000000000000000ba84d907f4266d7ac537d5b2e752d8cbc7613cf1f5047 2,663 1.00/1.00 vMB 25
602,976 602,976 000000000000000000009db8cd739a6516f431edcdae6e4e36e3575900738257 2,773 1.00/1.00 vMB 47
602,975 602,975 0000000000000000000b02cf708075fa1c3d95fda2fd84d24b76394c5baf63d6 2,882 1.00/1.00 vMB 28
602,974 602,974 000000000000000000120a6ae3dfb318d271827b1138d790d1be1780ea97540a 157 0.04/1.00 vMB 36
602,973 602,973 0000000000000000000aca24c0863107869bc7b4100331c02c589fa0c576fa23 258 0.07/1.00 vMB 42
602,972 602,972 00000000000000000001eb35d1029e240cf6a7335ba86b6bb57078e85c0d8dc6 1,196 0.40/1.00 vMB 27
602,971 602,971 000000000000000000043ccccdceb4b31a43f87a409899f584765c4a593dd91c 1,823 0.73/1.00 vMB 21
602,970 602,970 0000000000000000000b2384d80c9dbf20a4df1c24f013e95e8afd617b29e5c1 844 0.27/1.00 vMB 23
602,969 602,969 00000000000000000006dccbbc1b303759f15deb26f99e53b4c48f7a3611a5c8 2,703 0.95/1.00 vMB 22
602,968 602,968 000000000000000000080e6f1fb9f7b8926efae702418b51e1d47d816d1e7436 1,812 0.63/1.00 vMB 17
602,967 602,967 0000000000000000000b9d8c123d8518501b3ac888e2e4321a46f478c3eec4aa 3,008 1.00/1.00 vMB 33
602,966 602,966 0000000000000000000cb84b068e402a5146910ee27dd93ce15f4a5e3ba61940 955 0.30/1.00 vMB 25
602,965 602,965 00000000000000000004181bbe67dca5766fb004f42b85d361c422d5c721e2ff 1,699 0.54/1.00 vMB 24
602,964 602,964 00000000000000000003e4a68ef6fa4803d3f14b209fab6ea1988b52a015d832 3,655 1.00/1.00 vMB 24
602,963 602,963 000000000000000000069b9056a165f8e271bb4496bf2087b4c99e4c85120351 3,706 1.00/1.00 vMB 28
602,962 602,962 000000000000000000023d98ce1db4a06c66070f165c38c42f6deebb3703dd50 122 0.04/1.00 vMB 19
602,961 602,961 00000000000000000002535165e9f57991ffba0bf2e047178ef4071c8e246853 2,252 0.65/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.