Loading Tool

Explorer IconExplorer

Memory Pool

85,480 transactions
32.88 vMB
0.07746337 BTC
Random Selection Loading Transactions
Max Size: 195.46/200 MB

Candidate Block

Mining Attempt a9cdd8db393cb968604d16ee08f6465754ee11ea445c4709013345393e0393d7
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root e46f34d0bda494cc4cfbe0243bd6d95dbfd341bfd54147fab5dd6c4813ab4766
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,444
Size: 1.00 vMB
Total Fees: 0.01246927 BTC
Feerates: 203.60 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (177,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,075 737,075 00000000000000000007eec63e30d7629a9dd6dbb2cf438c0f53888d93247f90 3,645 1.00/1.00 vMB 11
737,074 737,074 00000000000000000002c5c1cc7d603c01c3b0e237f1bc15c06881ddafb07faa 2,942 1.00/1.00 vMB 20
737,073 737,073 00000000000000000005c34f48dfdbbea7418c339ce93f140e7e73d007efc3c7 2,073 1.00/1.00 vMB 16
737,072 737,072 000000000000000000020bc9ac4770c6d8bc836d1c9c7a08ce44b28c43e1caa6 3,369 1.00/1.00 vMB 23
737,071 737,071 0000000000000000000587a85d0a85fd0366feca195abf2fa3f44043c9acd3b7 2,699 1.00/1.00 vMB 18
737,070 737,070 00000000000000000007f1d98526f75545c5083e78672609830a3c62f0967987 2,673 1.00/1.00 vMB 16
737,069 737,069 00000000000000000004ee3b2097060d66f761bed3a4ddadd903159af6c2b17f 2,698 1.00/1.00 vMB 18
737,068 737,068 000000000000000000002cdf95c5e60d30aa685e9149f400b9aff2aeef865ef2 2,738 1.00/1.00 vMB 29
737,067 737,067 00000000000000000008f931d20cfc7235c9e1111863d387681a52ac056b3e83 3,287 1.00/1.00 vMB 23
737,066 737,066 00000000000000000001dcb2ee951fd57de7dbf5130c6d62d9a00ea0e72735eb 3,036 1.00/1.00 vMB 15
737,065 737,065 000000000000000000041ea28049f72e094f3c11f3ef87b3252d57d2b1e50ad7 3,905 1.00/1.00 vMB 18
737,064 737,064 00000000000000000004097027a728b3a289e8c6df7dd6407a04e341cc4e3355 3,321 1.00/1.00 vMB 36
737,063 737,063 00000000000000000006a5ddadfaf5db988fdad09c1b61371ce7d1fd79049075 2,235 1.00/1.00 vMB 17
737,062 737,062 0000000000000000000118a374c781b8f323a492eca60e17a30dbba3eb50e8f1 750 1.00/1.00 vMB 13
737,061 737,061 000000000000000000022a44bc2e4ae6cd7b7d8fb8d1cda816e8d69ec5844fd8 3,012 1.00/1.00 vMB 22
737,060 737,060 000000000000000000078dfb5d7a55efbd5a5b0320f11c0e133e9c769430d6c7 1,563 1.00/1.00 vMB 21
737,059 737,059 00000000000000000003fa4578b5edcecb19893ff6b317f34909a71870c6f3df 1,545 1.00/1.00 vMB 15
737,058 737,058 00000000000000000005b47005aa255559da9401121a022e76acb3a7e13a3d88 2,721 1.00/1.00 vMB 17
737,057 737,057 00000000000000000008c076900c35c25463a3618ad286864326e53813d84f70 3,077 1.00/1.00 vMB 18
737,056 737,056 00000000000000000001ee051f5ccd49023ff36bf617e0c8ca39a8421ee8f030 3,291 1.00/1.00 vMB 25
737,055 737,055 000000000000000000048091f57dc4e067e214c2b35a2687f8b6ef5d8008e224 3,063 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.