Loading Tool

Explorer IconExplorer

Memory Pool

81,106 transactions
29.81 vMB
0.10419259 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt 883cb708f35ed96fa2bac6f5ab39f444fe5398d0a066e5927e80a7c19c203f4b
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 5cdd071a2d66ea7c9aaa6e2e46303dcbae9e22004d2955bc6953a6e041326a4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,079
Size: 1.00 vMB
Total Fees: 0.03887330 BTC
Feerates: 146.36 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (214,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
700,657 700,657 000000000000000000092b63234c928bfa46a29f30627cb48645ccb0083ecba1 1,311 0.95/1.00 vMB 2
700,656 700,656 000000000000000000058252627b406dc56a97c87754f9acdec24cefe563b991 1,713 1.00/1.00 vMB 10
700,655 700,655 000000000000000000028372e40a93101ae17744e8fe23cbdc3444bb37d50ebd 2,298 1.00/1.00 vMB 3
700,654 700,654 0000000000000000000a2dda5cef75a41f43bc54dc1f810ad30a3e3072b6b647 3,599 1.00/1.00 vMB 5
700,653 700,653 0000000000000000000c0513ab11509d7a75c47ad163726efd4b7895b833e061 990 1.00/1.00 vMB 7
700,652 700,652 000000000000000000014872c870a0ae610c3cca574f139820d6caa248efc199 2,519 1.00/1.00 vMB 15
700,651 700,651 0000000000000000000cfeb2c60854ce34b9c310f23aa918f318906b99abfdb3 1,375 1.00/1.00 vMB 11
700,650 700,650 00000000000000000007b73645b7f3b32464425c9830c139d84361f81f30718d 1,043 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.