Loading Tool

Explorer IconExplorer

Memory Pool

82,852 transactions
30.41 vMB
0.14784595 BTC
Random Selection Loading Transactions
Max Size: 184.15/200 MB

Candidate Block

Mining Attempt 6f0a0fc6ed96ac4d3554ac3af28694e47087c88882f92dd4fbc610a274c5061b
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 63fc910c7b948d9e0005c95f1c70d0004016b626cd1652f3660f52ccf0569b6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.06695331 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (302,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,063 613,063 000000000000000000099290577a9f542e271e04f25094ef7183699043e42220 2,587 1.00/1.00 vMB 15
613,062 613,062 000000000000000000032cadd9cbf0cafe791df3e61fd42be7c09d067dc996e6 2,990 1.00/1.00 vMB 28
613,061 613,061 0000000000000000000a2ad6f6966e4e97a8b0e3cdb50739f8f5443ce9cad809 2,414 1.00/1.00 vMB 38
613,060 613,060 000000000000000000080827192d568ec1a19c29caca0a15ddfe589cde66fe9a 2,945 1.00/1.00 vMB 12
613,059 613,059 00000000000000000005eee61be3e618f90c9080b2bd8d95c442b119c4ed64bf 2,488 1.00/1.00 vMB 20
613,058 613,058 0000000000000000000c5f70cbd33ea398d1e25a02cd9e7d4f5b11991dc1ab76 2,046 1.00/1.00 vMB 7
613,057 613,057 0000000000000000000fdac80998f812b0e2367a4fd5e902eedaa2f0a385b30b 2,723 1.00/1.00 vMB 19
613,056 613,056 00000000000000000007c260d9559df6f808c54ac7197a1d253c61bb569c25bd 2,710 1.00/1.00 vMB 35
613,055 613,055 000000000000000000122df7aa52e431323eb661ea54b2b79b1257e8e238e0ba 2,589 1.00/1.00 vMB 19
613,054 613,054 000000000000000000091c389f1fc7156fb6a93f0ac95d58c1f22d0083ab7ad4 2,017 1.00/1.00 vMB 22
613,053 613,053 000000000000000000126f261d533e76f23b2bf2cb5fd10928a62d6a90d40325 3,125 1.00/1.00 vMB 34
613,052 613,052 0000000000000000000f33ed07657242e48a59f488ec549f450046120c42e8e4 107 0.04/1.00 vMB 20
613,051 613,051 00000000000000000000198c29b98499d6deef1368d61428325aa53664f4b6a7 2,339 0.67/1.00 vMB 19
613,050 613,050 0000000000000000000d3330fe99e6cfc4950f7c784d37e81c8454d25183f27a 2,924 0.81/1.00 vMB 17
613,049 613,049 00000000000000000005c095dd7fcfb802817d114e4f752fe5525d3375a551b7 2,554 1.00/1.00 vMB 20
613,048 613,048 0000000000000000000df66ee7bc3783e74554720713f43dfc7cca248cd7d6c4 2,924 1.00/1.00 vMB 19
613,047 613,047 0000000000000000000f4c47e7ed4a4bc830ccac3d321456517e3d70180bbdcf 2,976 1.00/1.00 vMB 26
613,046 613,046 0000000000000000000901e1cbc826b0918df3162125dfdfb9efea27bbf0b939 494 0.20/1.00 vMB 21
613,045 613,045 0000000000000000000e215f51870d76f4094850ce67b9319157539ea62bd571 79 0.02/1.00 vMB 14
613,044 613,044 0000000000000000000f9635dc47ce62efb1ed95a115470d7dc34fce3176dd03 240 0.11/1.00 vMB 17
613,043 613,043 00000000000000000011a3ce748b344d241f1c33c0254183421f9a6f7725797e 2,739 1.00/1.00 vMB 5
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.32 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.