Loading Tool

Explorer IconExplorer

Memory Pool

45,543 transactions
28.99 vMB
0.13677686 BTC
Random Selection Loading Transactions
Max Size: 151.03/200 MB

Candidate Block

Mining Attempt 42fc55664225305b2e7d52ed3c90b84d9b106fd643a8391c397f9601789989d3
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 739e4ec76bb48af9a456f291ca767dad53b015bc899682ca22b521366c7eeef4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.04120623 BTC
Feerates: 150.75 > 4.13 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (149,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
764,973 764,973 0000000000000000000536e6a67594653c62cc51973b501a31cc442f867d251f 1,704 1.00/1.00 vMB 18
764,972 764,972 00000000000000000001d5d4f8dc4d3688fdfd1d8e9822ceaa609befce3f2a29 2,864 1.00/1.00 vMB 32
764,971 764,971 00000000000000000005bd47c4d45842e3b0f0ab11d07ad1712edd6c659e10fc 855 0.93/1.00 vMB 4
764,970 764,970 00000000000000000006ebe3d47aa3d626f0e8587958752bedb0974e5bddee3c 1,841 1.00/1.00 vMB 4
764,969 764,969 00000000000000000003d16ad100e4942911c8152519b0a1361a616ac8fcf265 2,840 1.00/1.00 vMB 15
764,968 764,968 000000000000000000002de39040198e189234154eece007e8ff2e728b5e0f50 1,480 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.88 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.03 GB
    • Received: 12.65 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.