Loading Tool

Explorer IconExplorer

Memory Pool

79,206 transactions
29.22 vMB
0.10336567 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt 4bc8e86614ac2aa4010c17239f318b6f324010ce8ba7923a4d5f0024fe7966e3
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 020d0f91cab83ddab3e5a53b9292e93d6429f03d1ce9fc00238b7c66ca48163d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,935
Size: 1.00 vMB
Total Fees: 0.04221872 BTC
Feerates: 137.15 > 4.23 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (220,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,775 694,775 00000000000000000000c3b2a7960947b111c6ca50b8e2328b1ac32646d0faa4 1,028 0.51/1.00 vMB 12
694,774 694,774 00000000000000000007e01b449352e41025f460311eff552e9a7f04ca5265ea 336 0.12/1.00 vMB 14
694,773 694,773 00000000000000000006a0b75106309c4d7495e3fa9c15b2c2e7b1c6bcc298e0 1,349 0.62/1.00 vMB 8
694,772 694,772 000000000000000000041e3815cb6681bacd51b9324aa0151a34052e0ec2950d 2,612 1.00/1.00 vMB 12
694,771 694,771 000000000000000000009dd7338b8731bd20fc551890946bab4c8f34d7f3256e 124 0.05/1.00 vMB 9
694,770 694,770 00000000000000000001df7749e7d8d4b6e95ad07ce3d05047546a2ec490b58e 874 0.57/1.00 vMB 13
694,769 694,769 0000000000000000000172f23264b7ae3205d716630adc9b24d422f0d0781d67 1,642 0.79/1.00 vMB 10
694,768 694,768 000000000000000000060aa353d5efef0aea35be2a91a91ecc03baf9fbc07a32 1,179 0.78/1.00 vMB 6
694,767 694,767 00000000000000000000a1109fe17f30f5c19acbda041c79dc3c6713ba00e585 1,203 1.00/1.00 vMB 5
694,766 694,766 00000000000000000008806e71513b8f45d6c670758792f22aac0e4909d190d5 2,374 1.00/1.00 vMB 10
694,765 694,765 00000000000000000001a15c2d7ed00f57113d5bf55787fdaac05e23b1cc5cd0 3,208 1.00/1.00 vMB 2
694,764 694,764 0000000000000000000128c2952717db6d453d6a79011ff2a2116cc72483e80b 2,199 1.00/1.00 vMB 18
694,763 694,763 000000000000000000039777b11dfa1525374b1295eb45d9897ba0fc791066ea 3,056 1.00/1.00 vMB 14
694,762 694,762 0000000000000000001323305bf265485c62d802a8f9eb8c16d9cbead706a29a 2,664 1.00/1.00 vMB 29
694,761 694,761 0000000000000000000d2d9b88990b8940fd708676e94bbcc462a619aa2a491d 1,142 0.49/1.00 vMB 11
694,760 694,760 0000000000000000000b7ad1b3e2b5c3928b1a324837373727cbb162fbecffcc 25 0.00/1.00 vMB 2
694,759 694,759 00000000000000000012f6562a1c53b03d0e34096c380ddab0b39ac954144e0d 2,371 0.89/1.00 vMB 12
694,758 694,758 00000000000000000002e60c5cf75ce6680563f255532967a69a22d6c769df58 357 0.12/1.00 vMB 14
694,757 694,757 00000000000000000010b7ebe4f295af1ca14d1d6560d93afc3fabf99a5d9971 471 0.15/1.00 vMB 13
694,756 694,756 000000000000000000062a73bd7c9f6d0269a353e0f9a2ce6cd4d3985bf43579 763 0.58/1.00 vMB 5
694,755 694,755 0000000000000000000962c61f1d22052434ae9984712dd54708c1de754b2bcd 1,435 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.59 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: 671.42 GB
    • Received: 15.93 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.