Loading Tool

Explorer IconExplorer

Memory Pool

77,532 transactions
29.54 vMB
0.07209127 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt fac2ee73e6a45ca1b7099eefa4f3306b310758f3423896f164ebb4f00a5e09f1
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root c9e20c6b67bbb2e0668ab9f7fee2d0675d0ced3f98fe6d286ff89078e38435fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,300
Size: 1.00 vMB
Total Fees: 0.00675629 BTC
Feerates: 75.20 > 0.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (24,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
890,974 890,974 000000000000000000003daf04cee4036d859addeb3c4ecb4862c8474d6b5756 95 0.04/1.00 vMB 4
890,973 890,973 00000000000000000000a5392e750a9642f0b163d4ad00f774f3cd936e83a3ff 698 0.20/1.00 vMB 3
890,972 890,972 000000000000000000012b86decac08d623e134bfd6038fd12f73794fac43747 2,026 0.95/1.00 vMB 2
890,971 890,971 00000000000000000000801f906aa306510b5e55c44b6a83aa730ef3cd8de86f 1,263 0.69/1.00 vMB 2
890,970 890,970 00000000000000000001092e8d05ab38decb8660d10838ed21001976f48f34bb 408 0.18/1.00 vMB 3
890,969 890,969 00000000000000000001c2875b3263d7af0153f455e6d0401f49fba507323f28 754 0.33/1.00 vMB 3
890,968 890,968 0000000000000000000264841d0ffa32534e5404b25a1fea10a4fcb6a893e5b4 1,637 0.57/1.00 vMB 2
890,967 890,967 0000000000000000000060b2b824562bb4ecbbe265893e80cdf51c79adc5f578 3,421 0.90/1.00 vMB 1
890,966 890,966 00000000000000000001d43879e56d7073cf97e2a6d5b7cfe091343a66e075d2 2,076 1.00/1.00 vMB 1
890,965 890,965 0000000000000000000211d4aaa1a006de63de2264c31bf1b502be218ea5d5e8 2,331 1.00/1.00 vMB 2
890,964 890,964 0000000000000000000229c83afcfe53642dc39b4fb40c6c38ab3b2c260bff27 2,650 1.00/1.00 vMB 3
890,963 890,963 000000000000000000013d2529fecf8e83377465bf521022a4889b8d3942e9b9 2,303 1.00/1.00 vMB 3
890,962 890,962 00000000000000000001a6e4b3ed9a83b423751e6d32cae64b753692236da970 2,293 1.00/1.00 vMB 2
890,961 890,961 000000000000000000021cb2ee19eace0de9e644a5e3029892f2e12412b5afb4 2,569 1.00/1.00 vMB 2
890,960 890,960 000000000000000000013449e0423ffdc12680f4cf9b4bc1e480aa417b8cbbf9 3,390 1.00/1.00 vMB 6
890,959 890,959 000000000000000000018277f4e38e5d0cef96d76079384d290df1c8266b12da 1,932 0.84/1.00 vMB 2
890,958 890,958 0000000000000000000014d7e86724ac0b42d2976293fd6f3a1f7b5548bb757b 1,585 0.41/1.00 vMB 2
890,957 890,957 00000000000000000000e26ee28ca9ddc33a75a93f2ad611b96706ff834dba2c 122 0.11/1.00 vMB 2
890,956 890,956 000000000000000000016886d6d3df9642387ab6be8a0962c57f3334392c57b6 264 0.06/1.00 vMB 3
890,955 890,955 00000000000000000001e10a3c8c666371f6d0532bfae2ce34a910bbe6303d20 2,523 0.89/1.00 vMB 1
890,954 890,954 00000000000000000001dbf9abbe0e9cea885137551cd3ea453e1399543e76f4 1,908 0.44/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.