Loading Tool

Explorer IconExplorer

Memory Pool

78,599 transactions
30.00 vMB
0.08856773 BTC
Random Selection Loading Transactions
Max Size: 179.21/200 MB

Candidate Block

Mining Attempt 52c4f4a4800da26ffc45551fc1c7405b643110362662f10a3b3212c4378c070b
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root bb0b9155da739f5475e2043ab13a8314ba9cf07af482db9f56287812a768b00e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,806
Size: 1.00 vMB
Total Fees: 0.01939429 BTC
Feerates: 150.61 > 1.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (251,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,086 664,086 00000000000000000000aff1ae4b2b03fe7d7f0f83665c03a5145e0bbd9b4c0e 190 1.00/1.00 vMB 2
664,085 664,085 00000000000000000003433b1db419b588906383161b8015dbfd28fd022593fd 139 1.00/1.00 vMB 3
664,084 664,084 0000000000000000000d4e68b26e79fd6d0248aef053c7d64d60d24ac3a4c08d 963 1.00/1.00 vMB 2
664,083 664,083 000000000000000000006c3abe416ba6f6fe4d524237f506d060344ffbe0e6cd 1,524 1.00/1.00 vMB 32
664,082 664,082 00000000000000000002c5d45bf1e1cf72630961b0a83479532754916983512d 1,673 1.00/1.00 vMB 80
664,081 664,081 00000000000000000003580b280f67fa4df7e2f526420f7d86be34431a078895 1,730 1.00/1.00 vMB 4
664,080 664,080 0000000000000000000c33415c9ce779d60494751cd0a85ad22993a950aee8e6 2,376 1.00/1.00 vMB 48
664,079 664,079 000000000000000000010329ac8f8f56b7c103cc52e19e506eb4f6dce20f593c 2,222 1.00/1.00 vMB 16
664,078 664,078 0000000000000000000c142adc925ea2cb7b3a9f25f15c7e9d2e068be96a12a3 1,886 1.00/1.00 vMB 38
664,077 664,077 0000000000000000000bb18b1ca00cea79bc0aa2a33239095c7bcea3c4c6f2df 2,256 1.00/1.00 vMB 42
664,076 664,076 0000000000000000000be92fe4bfc0553c8fbb9e0eeb55f4bd50a37ca96d215e 1,194 1.00/1.00 vMB 74
664,075 664,075 00000000000000000004713b1aff3929eea98cbb67a5f934b6656da93cb05478 1,653 1.00/1.00 vMB 89
664,074 664,074 0000000000000000000dab471fa0c1bedd702ed98325ffb9d94dc397e4a3412d 2,483 1.00/1.00 vMB 114
664,073 664,073 00000000000000000003bfcefc1f4da781d3943d408b7df178bc055c201a7b20 1,018 1.00/1.00 vMB 17
664,072 664,072 0000000000000000000440f40a9bb81b3bf78473d756af3954d217516b3a77a1 1,458 1.00/1.00 vMB 11
664,071 664,071 0000000000000000000d1638ab3e1bb24d247f1ddd1c6d6acff0142ef05fb592 2,476 1.00/1.00 vMB 56
664,070 664,070 0000000000000000000e584585f7ddd13d305114e90064b0c4d55adf7bd84f6f 1,272 1.00/1.00 vMB 20
664,069 664,069 00000000000000000008589d8f83ea97f528a6542cd50e1c6a829715500e14f5 261 1.00/1.00 vMB 6
664,068 664,068 0000000000000000000844e2833135da6cb26bb26110b8adb149852af89ade73 328 1.00/1.00 vMB 6
664,067 664,067 00000000000000000000509acbb362c486608dd9653ef9cd64197c0d0323c1ff 1,528 1.00/1.00 vMB 24
664,066 664,066 0000000000000000000d185631218709ac424be17d1c2d545af5bcf0fbbcae88 1,778 1.00/1.00 vMB 13
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: 672.97 GB
    • Received: 16.34 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.