Loading Tool

Explorer IconExplorer

Memory Pool

43,639 transactions
26.39 vMB
0.05750859 BTC
Random Selection Loading Transactions
Max Size: 139.14/200 MB

Candidate Block

Mining Attempt c07a1f6650b67047f60338ef6e05be9f8766e0eb928407879d1d2a237d660bdf
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root b10b7bc91e5c67fff7ec9184b246f85f51e15ac6c9c31c0987247923305c2e21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,361
Size: 1.00 vMB
Total Fees: 0.00917847 BTC
Feerates: 73.20 > 0.92 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (291,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,908 622,908 000000000000000000010689561cd161f83fb111bacd4276628da06d55397833 2,863 1.00/1.00 vMB 63
622,907 622,907 000000000000000000057ed1c778401e819777364336ebc3ddb8756223139027 3,315 1.00/1.00 vMB 60
622,906 622,906 0000000000000000000ceb7d72db7aa6788e4272128dc1ae1db4fc6c57abfb70 2,627 1.00/1.00 vMB 67
622,905 622,905 0000000000000000000e0b49dfc8d7ac2d7ec700309ef9d91e228c1b7b03f0fc 3,321 1.00/1.00 vMB 64
622,904 622,904 00000000000000000006741ba9591cd34ef3e05fbaa656f51a85fc7b6e48cfb1 2,847 1.00/1.00 vMB 71
622,903 622,903 00000000000000000002fd837296ed84885bec4cba4ac8aa708529f331ece2b3 2,568 1.00/1.00 vMB 63
622,902 622,902 0000000000000000000aac83cf7d5d4c5f596f3cb28f59ca0be972f2a51d6e50 2,605 1.00/1.00 vMB 92
622,901 622,901 0000000000000000000e0c93d5575cce4a9374cc852db0675d9be6faecba18b9 3,126 1.00/1.00 vMB 94
622,900 622,900 0000000000000000000cac037b772a368bd7e24d5b93006582a438a71f7cd85c 2,361 1.00/1.00 vMB 74
622,899 622,899 0000000000000000000e842958af25462444051efd2c5996c65cdb4a8ad04517 2,432 1.00/1.00 vMB 74
622,898 622,898 0000000000000000000109ac6912097dd5babee5d3466647de8e765bad6a3e2a 2,323 1.00/1.00 vMB 77
622,897 622,897 000000000000000000102053ca8ab484bd93ec0ef29b00b53b0078220b6cae32 2,920 1.00/1.00 vMB 85
622,896 622,896 0000000000000000000bd3c7dcf9ca7725e11d97b86ddecf384bebbccfae9e04 2,917 1.00/1.00 vMB 63
622,895 622,895 00000000000000000000cdb752ef6eb29322cefe6b18f863eabeb59ca9691408 2,971 1.00/1.00 vMB 70
622,894 622,894 0000000000000000000ddc3d2640d4d30f1d014ef2d209c5ca2ff571eceed050 2,626 1.00/1.00 vMB 81
622,893 622,893 00000000000000000003a1cf1bd62884dabf3d201cd9146b66f1024bbf95d594 2,883 1.00/1.00 vMB 92
622,892 622,892 0000000000000000000f243c3aa7ec3f150d649a9ae3ce230e88a569c423f7e2 3,053 1.00/1.00 vMB 70
622,891 622,891 0000000000000000000e7b27304005f331f1a8e6a44dc2cd651c4038c5e58d0b 3,149 1.00/1.00 vMB 81
622,890 622,890 000000000000000000108798d834c24d7a9d008838e3288c0efeb139fa880ba5 2,984 1.00/1.00 vMB 115
622,889 622,889 0000000000000000000ec8f6ff2af3cbaa1c77e071fc247a731a1e42c6a8ddad 2,626 1.00/1.00 vMB 77
622,888 622,888 0000000000000000000cf09610a49168d9924a30223b536199f4267da9c83aee 2,278 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.00 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: 648.88 GB
    • Received: 13.09 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.