Loading Tool

Explorer IconExplorer

Memory Pool

82,890 transactions
30.41 vMB
0.14816930 BTC
Random Selection Loading Transactions
Max Size: 184.21/200 MB

Candidate Block

Mining Attempt 7739077885015b83d42d9f373481f540cf6e916d350599ab3b89087724565129
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 15dec6179f6a27d6743048bec16458692ccc2b0ee370a62af5ee2d79e72bbb01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,722
Size: 1.00 vMB
Total Fees: 0.06704942 BTC
Feerates: 150.61 > 6.72 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (331,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,130 584,130 00000000000000000021bd4039c36ab6d37332b6871a2f0a9e068bb5b507c0c2 1,648 0.51/1.00 vMB 29
584,129 584,129 0000000000000000001a89f81b07cd70fd63cb8bc3c30dac98c2ca389070fd3b 1,625 0.53/1.00 vMB 26
584,128 584,128 000000000000000000052abdcda7533fc969150d4ce401ba0faf53ca7fcc03e0 1,784 0.65/1.00 vMB 30
584,127 584,127 0000000000000000001795fa009144ad4421fc64d385499006e784e9c357eead 201 0.10/1.00 vMB 32
584,126 584,126 00000000000000000007f59108e9e4f8df8431f3d05fd48d1ac6fc60cc309dbf 2,659 1.00/1.00 vMB 16
584,125 584,125 00000000000000000005a91fa19cca7452a8074f31b7adac4d485aad24727268 2,762 1.00/1.00 vMB 27
584,124 584,124 00000000000000000003a18705d59d4b0d3f209a594f0cb56b11003442d7541f 1,876 1.00/1.00 vMB 24
584,123 584,123 000000000000000000001a6821d88c984c029941f8dc22fb473251563f466f9a 2,912 1.00/1.00 vMB 69
584,122 584,122 0000000000000000001f4c72fbce4aa50fac699192f0ef685cafd92f6f80bdff 2,606 1.00/1.00 vMB 95
584,121 584,121 000000000000000000164b1f2ff4661a1b7ad4f0bcab548b96c41f4bdd75aaff 2,916 1.00/1.00 vMB 40
584,120 584,120 0000000000000000001036e3cabcb258d04fad201e415aa75bfe1eee8dedaea3 2,564 0.95/1.00 vMB 28
584,119 584,119 0000000000000000000cef123d784f3fde95431aa8959b3fdfc6bd12d830835d 521 0.29/1.00 vMB 64
584,118 584,118 0000000000000000000fcbd5d23631e9c9a84bd17f1d8f6ebbed5f7ebdc4ebe8 60 0.02/1.00 vMB 72
584,117 584,117 000000000000000000189a5d2ae1dbf50bcaeded34dca0d4a45250b2df1b397d 2,077 0.75/1.00 vMB 5
584,116 584,116 00000000000000000019adfd462b77ddee03bd1be203380834a35ea62fe90a3d 1 0.00/1.00 vMB 0
584,115 584,115 000000000000000000182f6bea848e033650c7c5ddcba12d05cb874b4af9a2ea 2,942 1.00/1.00 vMB 72
584,114 584,114 0000000000000000000b563fa713415f5095801b7c06e70b9a5a07e878c2a769 2,995 0.96/1.00 vMB 21
584,113 584,113 0000000000000000002253986d1fa37232eb1422e28ea058826cf8f59910d29d 2,966 1.00/1.00 vMB 61
584,112 584,112 0000000000000000001cf147f6f4a06d69cc39cb050e6594f7e20e0b947ee25b 446 0.14/1.00 vMB 40
584,111 584,111 0000000000000000000e57ed4f7f8b908d47c341e0ec454dadae9af2c7120f5e 1,986 0.74/1.00 vMB 16
584,110 584,110 000000000000000000196ba6617f132810e1e49f9842fb5775212bfcfcc6c06e 2,830 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.63 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.33 GB
    • Received: 16.20 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.