Loading Tool

Explorer IconExplorer

Memory Pool

77,644 transactions
29.11 vMB
0.08821357 BTC
Random Selection Loading Transactions
Max Size: 175.52/200 MB

Candidate Block

Mining Attempt e3d1cd935b7124a46b154c5fbabcc66b53b39ecd42a5fc10e9d9936744de72f7
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 27ca25b1a2cb89cad5b6f7c568b290bf794be67ea52350e7c5be4b4af55f7696
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.02737761 BTC
Feerates: 103.00 > 2.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (214,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,678 700,678 000000000000000000010181214a2e04b8c2ac9a8b144b3249a37b981edd4648 2,876 1.00/1.00 vMB 29
700,677 700,677 000000000000000000005b5ee1df0eab424bde3a74daef55a606d97a36f4240d 1,481 1.00/1.00 vMB 40
700,676 700,676 0000000000000000000df227c0cce33ce95229e52649387eace07b664d54169b 2,402 1.00/1.00 vMB 44
700,675 700,675 000000000000000000089084eeb65dd8457390274fffe2b158af9e54fc2abd5f 2,912 1.00/1.00 vMB 16
700,674 700,674 0000000000000000000c849c143307fe030dd26dafd949ea6ced1293e91abe7d 2,149 1.00/1.00 vMB 5
700,673 700,673 0000000000000000000edb67f1f485fd6290de9a2199630c90bbd43beaca723d 2,517 1.00/1.00 vMB 19
700,672 700,672 00000000000000000007f2b967b0e02df4b2160cbf755916e9e20bb29b8d5288 2,778 0.88/1.00 vMB 5
700,671 700,671 000000000000000000056343917ebcd5565835258eaf6134cb0f285071742a0e 3,055 1.00/1.00 vMB 20
700,670 700,670 00000000000000000004b2d8909041ea8c0bd224b7cfa6c03d202fc7682eb93d 1,965 0.83/1.00 vMB 10
700,669 700,669 0000000000000000000830070bb977a92c0c92e25db113c1a60ed95139a68910 2,017 1.00/1.00 vMB 16
700,668 700,668 0000000000000000000854d98d6f77dc03b52cb1a8bf879a6975c267ca1ec173 1,000 0.60/1.00 vMB 4
700,667 700,667 000000000000000000055ad5f7c48ee4cc5bfab7c9ac0fcdf149f760ef3ee7cc 2,415 1.00/1.00 vMB 5
700,666 700,666 0000000000000000000e6694670ad2f374b0cff0ebd219bef0f64f443da63dab 1,594 1.00/1.00 vMB 9
700,665 700,665 0000000000000000000658cc961b53e821385cd7b89627f52ed3d13bd4ae1c5b 1,127 1.00/1.00 vMB 11
700,664 700,664 0000000000000000000afecccc8c7e99893b1cafccc1fbe8a1074ab62a5dfb08 2,900 1.00/1.00 vMB 18
700,663 700,663 00000000000000000000b779b2b86155367969a93b724f7a428dd2079a7e21f9 2,860 1.00/1.00 vMB 20
700,662 700,662 000000000000000000010f0cfa10ccb926848e535d98b568fe6f685b6fc6362b 2,837 1.00/1.00 vMB 4
700,661 700,661 0000000000000000000cede66461c27503dd3b0d7b07c47ad6ef3f039e767421 2,243 1.00/1.00 vMB 14
700,660 700,660 0000000000000000000e3a319bc0a015071afe04c5e5cfd583b6febf3f56530f 2,359 1.00/1.00 vMB 10
700,659 700,659 000000000000000000049d3765facd11fa0e5fb6a7b0be3ba12e9b505115d22b 1,629 1.00/1.00 vMB 28
700,658 700,658 0000000000000000000e415f29efcb77baa98208ea674c62fac4326c58f84ae3 1,434 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.66 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.02 GB
    • Received: 16.36 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.