Loading Tool

Explorer IconExplorer

Memory Pool

42,554 transactions
26.80 vMB
0.06553779 BTC
Random Selection Loading Transactions
Max Size: 140.68/200 MB

Candidate Block

Mining Attempt a25d9e09eb5d57f8721e424257f8de1e6757dcc89da7236e5b7e605d4984f9f1
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root d6131646285c447f782500413a3acb3caed553f39447de30987b97f312dd5dba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,028
Size: 1.00 vMB
Total Fees: 0.01499029 BTC
Feerates: 181.54 > 1.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (242,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,570 672,570 00000000000000000001dfab2e17fb4d48788b41dff4a90fc99e3b521f27af82 1,115 1.00/1.00 vMB 97
672,569 672,569 00000000000000000006bf0b293e4418258445abe22ffb3f7cda1236d965e625 1,820 1.00/1.00 vMB 125
672,568 672,568 00000000000000000009e0621c883cd36a50bd5ad69761b0fc2b8703dfcadb62 1,611 1.00/1.00 vMB 50
672,567 672,567 0000000000000000000bc43eb7366cf503f07d35f2b541be3fa64c8030f8fd21 2,718 1.00/1.00 vMB 97
672,566 672,566 000000000000000000021e33443092ce0fae8996ec1d5c3bc2b8f45f68f19ae3 2,086 1.00/1.00 vMB 31
672,565 672,565 0000000000000000000110a690d8d8b8531abba3c79d14c3387abb81cd1a56f1 1,609 1.00/1.00 vMB 55
672,564 672,564 0000000000000000000be0f2d38dc68fc0cc0b48c52b152c9a611b5b190dc5d4 1,752 1.00/1.00 vMB 84
672,563 672,563 000000000000000000053785e550ea6e7db15af3f682f225282f92e014712799 2,487 1.00/1.00 vMB 100
672,562 672,562 00000000000000000008bffd516654d957d2c127891958a0ced0bde91dd2ca9d 2,307 1.00/1.00 vMB 67
672,561 672,561 000000000000000000058e4b72fd4f52b88b5782cade3107158e70958d51552d 2,231 1.00/1.00 vMB 21
672,560 672,560 000000000000000000059dfb5f1369d8acd49224bd916c828fddf96f7b8cc379 2,075 1.00/1.00 vMB 83
672,559 672,559 000000000000000000066e42903929459a8bf9fe22a210771bf4648f72daa23d 1,254 1.00/1.00 vMB 119
672,558 672,558 00000000000000000004369fed9455eba8a8b53fb237f09dac11ad3b458f2988 1,205 1.00/1.00 vMB 37
672,557 672,557 0000000000000000000635429d8fff7aed92f18face460015210ededfa3d1cd0 2,379 1.00/1.00 vMB 43
672,556 672,556 0000000000000000000bccd03bdf85e96689446391cfe35401f66b2186efa48e 2,456 1.00/1.00 vMB 73
672,555 672,555 0000000000000000000a1b554f4e2411a9fe9eced0bdc009debbf79898c361ea 963 1.00/1.00 vMB 19
672,554 672,554 00000000000000000000f366780c2ea45146e897818112d147ab1c5031b4a216 956 1.00/1.00 vMB 32
672,553 672,553 0000000000000000000c67d765ad8913d4e196a7b63472cd3cd0edab3f420f15 2,536 1.00/1.00 vMB 46
672,552 672,552 0000000000000000000a083dcc7cbb7ff1733a07d14aa3a05f629cdf659ba627 2,687 1.00/1.00 vMB 87
672,551 672,551 00000000000000000007f2a04b5a16db1eb20cbcf3bdfa509f0a1f3546d1cd35 2,335 1.00/1.00 vMB 25
672,550 672,550 000000000000000000008e26fea80161849a0fdecf6a2d45dd10b97d7995d113 2,310 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.