Loading Tool

Explorer IconExplorer

Memory Pool

22,625 transactions
6.71 vMB
0.02163506 BTC
Random Selection Loading Transactions
Max Size: 44.94/200 MB

Candidate Block

Mining Attempt 6c7ff7a5347f45c916b2b9a18861b2d2e6f114987f0918a68df33860f612bb4a
Version 20000000
Previous Block 0000000000000000000102d0e5670fa736326b25ed0816e434c321bd8a3e3fba
Merkle Root 1799ec9ba7b435e31d38913a6fab9dad74abe6b2ec0b0a824ceb20fb661442e8
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,715
Size: 1.00 vMB
Total Fees: 0.00786630 BTC
Feerates: 300.16 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,361 (381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,980 916,980 000000000000000000018d6b736a742c1ccb5e91575b43887aff2c9449d0ace1 3,588 1.00/1.00 vMB 0
916,979 916,979 000000000000000000008dc3063363f7f16063a10f9df83678fca54fb3e2c850 2,313 1.00/1.00 vMB 3
916,978 916,978 000000000000000000001c1938513891be9e8dace41ec9c1679f02631cf6ab5f 1,995 0.66/1.00 vMB 2
916,977 916,977 000000000000000000001e0fb22e6680444cebc37db05a4dd06b906a3883b2bd 4,878 1.00/1.00 vMB 1
916,976 916,976 00000000000000000001470a534bade278dc785aaa1b7bf64930e48ec10e53f7 1,953 0.59/1.00 vMB 2
916,975 916,975 0000000000000000000149a56f841ea33a19dd12005352bf6cdd5c1bce615d01 4,910 1.00/1.00 vMB 0
916,974 916,974 0000000000000000000018482dcd6a367824dc71688e9babf114beb94df4b9ee 3,277 1.00/1.00 vMB 4
916,973 916,973 00000000000000000000754db6b86f51a78eccfb6ad734d8a5cb5d4f760f1ae2 4,789 1.00/1.00 vMB 1
916,972 916,972 000000000000000000012b0485a1191f443775ca1d6bfbcaed7c04ba62e25b11 4,004 1.00/1.00 vMB 2
916,971 916,971 0000000000000000000145a28135507756b6dcc38bfdcea7579646dc6aafa338 2,715 1.00/1.00 vMB 3
916,970 916,970 0000000000000000000005960f15b62d3bb28e5c160a316df300955a14219d1e 23 0.01/1.00 vMB 2
916,969 916,969 00000000000000000001c3b0ba66f020f0b77c9f6d619bb5702a6896bddbb02b 5,448 1.00/1.00 vMB 1
916,968 916,968 00000000000000000001d0579e71bc271cf938f7175f2c43d8089b35fd1c8295 5,753 1.00/1.00 vMB 1
916,967 916,967 00000000000000000000becab20c066502bd8a38c38359b493bb14647290865c 5,030 1.00/1.00 vMB 1
916,966 916,966 00000000000000000001486d850da92230f9983279ea38badc1f8623fbaddd3a 2,985 1.00/1.00 vMB 1
916,965 916,965 00000000000000000000ce60bd7d3928e5e7a4a2e8be41770aaf4e164ca47375 956 0.34/1.00 vMB 2
916,964 916,964 000000000000000000012aeb2744692deb72adbd300c330ec4b1b2343bd19a16 2,709 1.00/1.00 vMB 1
916,963 916,963 000000000000000000004b503796fcd51d2eb1be262ce85a8e90ba3222cc2c78 2,844 1.00/1.00 vMB 2
916,962 916,962 00000000000000000000ba810fae37844cbba04ef860ad944b1aafe4c402ba62 3,917 1.00/1.00 vMB 5
916,961 916,961 00000000000000000001eae29855033ab4fb17f4e5db40bf65a0ee893baf9d0f 984 0.30/1.00 vMB 3
916,960 916,960 00000000000000000000b5c0c0c6d639b0d5ec4a6e7e4d043e2a289b31a693e0 2,451 0.65/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 786.42 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: 1,001.85 GB
    • Received: 33.10 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.