Loading Tool

Explorer IconExplorer

Memory Pool

42,032 transactions
27.73 vMB
0.07696119 BTC
Random Selection Loading Transactions
Max Size: 143.19/200 MB

Candidate Block

Mining Attempt 08e90f67fe9a335a7d0ea4294055f2bb72100901418ffea4264660a9d6e40791
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 4575fad16d460c6ab0247b23f34ebe366ea38e3124bc83d6f644ab5fb299fe14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,226
Size: 1.00 vMB
Total Fees: 0.02161747 BTC
Feerates: 180.63 > 2.17 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (327,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,702 586,702 00000000000000000014141b346f6ed1cfdddb5c17ff4de2567bf7cde49146bd 1,018 1.00/1.00 vMB 12
586,701 586,701 0000000000000000001f305d0fd5308e0fe4c0bf778070f1fa6ded6ced187989 2,533 1.00/1.00 vMB 40
586,700 586,700 0000000000000000001df7218e28d474fb31b3eb9e4b136e26fc581336d25673 2,264 1.00/1.00 vMB 36
586,699 586,699 0000000000000000001d3d78ff156af5432d3b5fcf5b805e0722050d4bdbf58f 2,912 1.00/1.00 vMB 51
586,698 586,698 0000000000000000001373888094ead1898a9aef6ad6b1ed04e8e2dfba2f80c5 2,197 1.00/1.00 vMB 40
586,697 586,697 00000000000000000008350a851fb8eecb58cfc5624151582219c59bf5618104 2,139 1.00/1.00 vMB 34
586,696 586,696 0000000000000000000345545c193b894260575e30b8a8daed3861c880711b27 1,393 1.00/1.00 vMB 16
586,695 586,695 0000000000000000001073e0afe8b862f4af072c3759f647ef02e133b8631cf5 1,591 1.00/1.00 vMB 20
586,694 586,694 000000000000000000025ec9a2208280077ec3ea5cce7dff8021b8b670e4c77b 2,288 1.00/1.00 vMB 41
586,693 586,693 00000000000000000014414a059f5d07e99d91b44da6a751425e85800635c4f1 2,511 1.00/1.00 vMB 26
586,692 586,692 00000000000000000002520d781af5d533da616924a09ffaeb01625c78cc6c27 2,812 1.00/1.00 vMB 31
586,691 586,691 00000000000000000000c5a3182fa9f4c978b56e31607bf275c815213a7d7340 1 0.00/1.00 vMB 0
586,690 586,690 0000000000000000001e3cc60d554830d01cdf05d288c519a51dd7c16f68a496 2,718 1.00/1.00 vMB 50
586,689 586,689 0000000000000000001ef81081548840ef24d86ae1110d6660f2a16fb0a5f675 2,428 1.00/1.00 vMB 50
586,688 586,688 0000000000000000000b1c234839f1ebb737779340f9f7805e43631dd5a2c8e9 2,610 1.00/1.00 vMB 50
586,687 586,687 0000000000000000000d6b59f2ac8412d92ce0f6d08d63104690776229ea88fa 2,747 1.00/1.00 vMB 80
586,686 586,686 0000000000000000000981a5f5efda4520c0e2331f2f96b4cbc4648383247a8e 2,788 1.00/1.00 vMB 71
586,685 586,685 0000000000000000000fde443309bcbca807c4df69f5e631bba2ff62ead6c4fe 2,858 1.00/1.00 vMB 43
586,684 586,684 000000000000000000013127c500c30200c6b274bbb1f8fe976582c26288b0c3 2,344 1.00/1.00 vMB 50
586,683 586,683 00000000000000000019471c9f9034de55cbfc7c7143cf89203dc19452e2ba71 3,073 1.00/1.00 vMB 67
586,682 586,682 000000000000000000116021dcd3c3c3da2c9add7ea18b2ee8cb615f69f39ae9 2,468 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.