Loading Tool

Explorer IconExplorer

Memory Pool

77,297 transactions
28.68 vMB
0.06680884 BTC
Random Selection Loading Transactions
Max Size: 174.01/200 MB

Candidate Block

Mining Attempt 8c75a63a5e8bcc758682162a635575fdc0070fb437fa3020a68fe642b7d44af0
Version 20000000
Previous Block 0000000000000000000094b33996c224af01f043a358605fe53f3736f068ed4c
Merkle Root aed3dbc04cb85ed36bf0b4d765a8041c9cc6d665da3f3b3b5080b6c5ad0b09b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,669
Size: 1.00 vMB
Total Fees: 0.00722943 BTC
Feerates: 101.55 > 0.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,094 (453,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,976 461,976 0000000000000000014167d2a5e6b2573158528a133427603ee497b32083cb07 2,348 1.00/1.00 vMB 149
461,975 461,975 0000000000000000015744e9193954b8ffddb9552526e788ce0f1b2007856f2d 2,658 1.00/1.00 vMB 71
461,974 461,974 00000000000000000194bbb9bea6bd5b240b2deafffe7f41c1d75e2d0226ce20 2,546 1.00/1.00 vMB 140
461,973 461,973 0000000000000000005de930dfa4bd09f4507846810ac46c6fd2a5622312b3e3 2,079 1.00/1.00 vMB 180
461,972 461,972 0000000000000000009561df9c9b071e23550926c3de08b653fb417a6bcb1651 2,639 1.00/1.00 vMB 102
461,971 461,971 0000000000000000010a5237957433b52c116c1622ea735b8b7d7e6a593f0ebb 2,225 1.00/1.00 vMB 192
461,970 461,970 000000000000000001948bbaceb06470f2dbd7919140112413a8a2790831e28a 2,470 1.00/1.00 vMB 260
461,969 461,969 000000000000000000d4fd6c8728aa4160b15945063a367b2e6daec5decf76a9 1,232 1.00/1.00 vMB 69
461,968 461,968 000000000000000000a13344ebecab0a3e3e4cbf3fd9d944d062560919273d23 1,434 1.00/1.00 vMB 111
461,967 461,967 000000000000000001f9b5e674b0526012bb6d134a9232bf282f82995633f803 2,040 1.00/1.00 vMB 127
461,966 461,966 0000000000000000008fa9b89e39f0530533bb8525c95fdcced08a24fbf5d7f8 1,601 1.00/1.00 vMB 97
461,965 461,965 000000000000000000db1fa9acb7e4ef182267c4e6e8ad73d98dcf70c11ec756 1,434 1.00/1.00 vMB 176
461,964 461,964 000000000000000000846f886d7cb85e93a7b39d62200523cd2efc985592599c 2,025 1.00/1.00 vMB 110
461,963 461,963 000000000000000001ef1ad7490742b294508b8b222541a67afa030da502bbad 2,206 1.00/1.00 vMB 188
461,962 461,962 000000000000000001e72bcd1b1d20a226321f007e7200846164742baaf28378 1,898 1.00/1.00 vMB 123
461,961 461,961 0000000000000000003f005b6eafd773ee4dd5802787e5362ef166b9cc98ddb9 1,325 1.00/1.00 vMB 126
461,960 461,960 000000000000000000bd362e57d1882058f6b9ac665b9809ca3da839a1ecbd5e 2,067 1.00/1.00 vMB 143
461,959 461,959 000000000000000000438a1e331cf06e621c0a1c89a8c9483376d7295203eaac 2,182 1.00/1.00 vMB 168
461,958 461,958 000000000000000000f00d7ae04d0a2969f97ca9a9fa1e93e86357792ff9d514 1,893 1.00/1.00 vMB 139
461,957 461,957 0000000000000000001c68f108aa8dc2297fe6c88dc5731f0e8ca9e53bb32346 1,807 1.00/1.00 vMB 172
461,956 461,956 0000000000000000017f8dd1956012358233c4ba187311189eddac4adac384f6 2,273 0.99/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.56 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: 669.97 GB
    • Received: 15.79 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.