Loading Tool

Explorer IconExplorer

Memory Pool

80,667 transactions
29.75 vMB
0.09323628 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt f5a689b0cedf263cf8295fc2ae5f7d370b644b3441ea3d27d27ed1d0c535b2e7
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 659163d04a7a314292591a5b16652bcc64c2fc814ed0c6b047d6c1ece268e1c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,982
Size: 1.00 vMB
Total Fees: 0.02638582 BTC
Feerates: 90.00 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (453,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,981 461,981 000000000000000000c2e83d224ac96cb46cb362ec977baac7ce02cd160d348d 1,821 1.00/1.00 vMB 165
461,980 461,980 00000000000000000079a084604e583366e4e56a12c1d17dc5cdde84a2ead733 1,416 1.00/1.00 vMB 65
461,979 461,979 00000000000000000131b0a94eede1fa761c8d5543ed0520bd90d16c80eb5b7a 1,931 1.00/1.00 vMB 123
461,978 461,978 000000000000000001cd0e4979226391f2091a7ba5fdf70cfbda24a162232f85 2,402 1.00/1.00 vMB 73
461,977 461,977 0000000000000000001dd638af98972b65c8742772d633ba979f2d99b5ab6f59 1,939 1.00/1.00 vMB 73
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
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.