Loading Tool

Explorer IconExplorer

Memory Pool

86,943 transactions
31.89 vMB
0.11133486 BTC
Random Selection Loading Transactions
Max Size: 195.30/200 MB

Candidate Block

Mining Attempt bcd35530b8d8f64e3a9b438343e7b81feb01513231d0cf4ceb20f6211c27d923
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 1945bc67c71be4e2b33e324ad5f142ba94e76e9b71841d02e27076362c5e381d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,832
Size: 1.00 vMB
Total Fees: 0.02983521 BTC
Feerates: 1,236.26 > 2.99 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (265,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,720 649,720 0000000000000000000998193c53e372b088cc93c0913cc5a54cd432ff6c12b7 2,271 1.00/1.00 vMB 15
649,719 649,719 0000000000000000000a831d83fb7025d9e9db65d9edc2a7e189d73c90d331ab 2,585 1.00/1.00 vMB 14
649,718 649,718 000000000000000000026df6cdbcfef1c7d3e2d8ffcae223a09f261fc940c5d2 2,433 1.00/1.00 vMB 55
649,717 649,717 000000000000000000026ffb257261901ccbac44e19a6896d581495bd5a7e9a1 2,028 1.00/1.00 vMB 66
649,716 649,716 00000000000000000005aba65e2d33ad7de21b062478c0700fce0c3b18950093 1,029 1.00/1.00 vMB 77
649,715 649,715 00000000000000000006f98b22bbeea98c8a84b7ac9b6ba4a6b7e638d5f7685c 675 1.00/1.00 vMB 75
649,714 649,714 00000000000000000000ea39d376163fd5c4e94ac5a0c339da4e11f62bac239b 581 1.00/1.00 vMB 74
649,713 649,713 000000000000000000055102a618ba41558de1ea4ac9367384d714285a72030c 2,874 1.00/1.00 vMB 90
649,712 649,712 00000000000000000008400bb6832f3a857195e7e39fb59959b6fbb4069a1b10 2,358 1.00/1.00 vMB 20
649,711 649,711 000000000000000000085d06b56e83ee61b2ab022b4c8ccf929909a9c76c67fa 1,086 1.00/1.00 vMB 76
649,710 649,710 000000000000000000067e6eff7dd1eaea99f202ab8c6597591594e6c11439a5 2,521 1.00/1.00 vMB 83
649,709 649,709 00000000000000000005de07d0e84655b17cd75b2cffe7dcf95a22641526a68d 2,224 1.00/1.00 vMB 58
649,708 649,708 0000000000000000000b851e2974632c2d5762aa2cd45b77ced5887a7c9f3eb5 2,696 1.00/1.00 vMB 72
649,707 649,707 000000000000000000071f84661d45221f2639406ad6b90b3c0a1e0365389f05 1,160 1.00/1.00 vMB 79
649,706 649,706 0000000000000000000b7f656ee68d193c05c0095f3aabf4140cc14b6d53ad5f 58 1.00/1.00 vMB 71
649,705 649,705 0000000000000000000a9ffb36c5008aa8d5b4ef1ec11a395c07a9e92a11d0e2 1,310 1.00/1.00 vMB 76
649,704 649,704 00000000000000000002bf0d15f90871c92857c12d426f035a5d35fde1490e59 2,438 1.00/1.00 vMB 100
649,703 649,703 000000000000000000081c4cdebefec45f7a0987f673b85389c15eeffeafbf13 1,558 1.00/1.00 vMB 43
649,702 649,702 000000000000000000041fd08648ae8084af290a3ae709fd596ed7be1fe0448a 1,783 1.00/1.00 vMB 65
649,701 649,701 00000000000000000003eea495fe88b6ea17f315f907f6307f9f149a11bad7e9 2,846 1.00/1.00 vMB 92
649,700 649,700 000000000000000000092e744ae5e9a3b6750a8a60014eed373a345c75a3b1dc 2,166 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.