Loading Tool

Explorer IconExplorer

Memory Pool

41,758 transactions
26.34 vMB
0.05872275 BTC
Random Selection Loading Transactions
Max Size: 137.91/200 MB

Candidate Block

Mining Attempt a6fef2088c44929a70d74a886f815df962f82c71b1758a2d64a1663358a9aa25
Version 20000000
Previous Block 0000000000000000000000cf770f6c83e15ec4a9d2e4f9cbaaca0958cd733d81
Merkle Root f0736fabbfa12cfab63036841baa7dfb24d0309ee3c519b4a83f32c9c136ea20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,764
Size: 1.00 vMB
Total Fees: 0.01055325 BTC
Feerates: 477.45 > 1.06 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,721 (149,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,994 764,994 000000000000000000073912f77deac26e7fc70e843909f03199aaa2cc64606c 1,133 1.00/1.00 vMB 18
764,993 764,993 0000000000000000000390d0984bc277f3bd39564797b14519524e9f184faec2 554 0.98/1.00 vMB 5
764,992 764,992 00000000000000000000d10a398874103634b86ce4cb22571b3f5b738ded4239 1,244 1.00/1.00 vMB 9
764,991 764,991 00000000000000000002808e86996a6bff0e9676bc683f3733da4ffb76d444ca 978 1.00/1.00 vMB 7
764,990 764,990 000000000000000000012dd2da49ec31ac0b2ebb5918e31757f8b8e041d7daf1 880 1.00/1.00 vMB 7
764,989 764,989 00000000000000000003460c79f4abe4b4f82e3d5e04a08515c97ad546348fac 617 1.00/1.00 vMB 2
764,988 764,988 00000000000000000004700f4664c2fa8a8a07c4c32eb20a8e96b7e2899a91e5 1,674 1.00/1.00 vMB 14
764,987 764,987 000000000000000000000bd8658387674156212a6c005d9b0487ab7f8b4db6ac 1,614 1.00/1.00 vMB 9
764,986 764,986 0000000000000000000350d5287bb1d63da6a2a9370530af6847572d1e13d93c 2,501 1.00/1.00 vMB 21
764,985 764,985 00000000000000000001d26a363b82a260fcb069bc7948d280e7e1a00c7e6b89 1,310 1.00/1.00 vMB 21
764,984 764,984 0000000000000000000740c5d53a2edd7ebb47bdef4f339988f8b17058ff5f95 1,396 1.00/1.00 vMB 24
764,983 764,983 0000000000000000000324776c16884ecb84b39b0d4fc2b434a611afd2b00908 1,054 1.00/1.00 vMB 21
764,982 764,982 000000000000000000015bb35d2d34121a3df0c54f3f9886e4fdb860ea7252e6 1,273 0.75/1.00 vMB 10
764,981 764,981 00000000000000000000a83c31955bdb19ac3cf17e642efcbe08f2f0f1e3d74d 2,145 1.00/1.00 vMB 18
764,980 764,980 0000000000000000000626f86697ffc78b21e12153f6c6237d0826e75fdb4df7 582 0.24/1.00 vMB 15
764,979 764,979 00000000000000000006b56b742b1f5b3930734fed0c97e357fd3990d12994f1 1,574 0.77/1.00 vMB 12
764,978 764,978 00000000000000000002544d94321d2c45114d395bcfa83cbfd1d6a832b5df85 1,473 0.82/1.00 vMB 12
764,977 764,977 000000000000000000020bc6b74b4d61a442201c1ec2020227c423d3c91a22f5 1,949 0.72/1.00 vMB 18
764,976 764,976 000000000000000000036dbbf52ab38f914fb1e12351a141016afc5c9936285b 310 0.20/1.00 vMB 11
764,975 764,975 0000000000000000000404895b2ccd34108555e5b89a6bc97fa389b9d028b17c 1,668 1.00/1.00 vMB 11
764,974 764,974 00000000000000000006d88ede874206f19870bb842b1937eecd79d873c2c507 2,055 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.90 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: 645.47 GB
    • Received: 12.73 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.