Loading Tool

Explorer IconExplorer

Memory Pool

80,299 transactions
30.23 vMB
0.08086855 BTC
Random Selection Loading Transactions
Max Size: 184.78/200 MB

Candidate Block

Mining Attempt 5e5a25f1248d6cc31023be9b72c7bfba45e8b8da8ec74b328a25574fe285e05b
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 60442d39a9de272f471dca0f87d3f22fa0c4072fefac0fe127c5a8f513bc913d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,235
Size: 1.00 vMB
Total Fees: 0.01347180 BTC
Feerates: 150.92 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (147,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,976 767,976 00000000000000000005ef8409239152a7393aa820d816c7f36ec68023abb1bc 762 0.26/1.00 vMB 9
767,975 767,975 000000000000000000082a29971c5aee31d4ff6a198e461c4ddfe6a02b02873d 2,628 1.00/1.00 vMB 13
767,974 767,974 00000000000000000006106dee15724a0e0d4d5bc08b4d35f2d923e8c24ca2df 228 0.07/1.00 vMB 13
767,973 767,973 000000000000000000026ec8fe7d9aade8f86efa5f229a5e35b96622d6ee0daf 1,539 0.60/1.00 vMB 5
767,972 767,972 00000000000000000007345cae98cd8c5b84af77c6c95f6696f93d1331f1ae12 3,112 1.00/1.00 vMB 22
767,971 767,971 000000000000000000081b897b2668f1bfb743a5ad3fcab027343095541e6883 828 0.56/1.00 vMB 4
767,970 767,970 00000000000000000005f63ba61c49dc1c3a4733fa1de7fff47cd83464c896f2 1,779 1.00/1.00 vMB 8
767,969 767,969 00000000000000000006a75bfc32e435d8bbb35f625a5b88a8f4a5996cbeeb22 1,839 1.00/1.00 vMB 4
767,968 767,968 0000000000000000000276efab33a6e98a970675ca44c9e6cf169f9c59d64aad 3,123 1.00/1.00 vMB 11
767,967 767,967 000000000000000000048e3f094c95efedcbaa3b52e32cf0ceab35c311ca4fec 2,108 1.00/1.00 vMB 7
767,966 767,966 000000000000000000012786c4798c9849fd35d40fdabd9416eaff3e0b9ab255 2,645 1.00/1.00 vMB 15
767,965 767,965 000000000000000000051a84a1b239f4fc46b20edd2eeaa9820de02165360643 3,929 1.00/1.00 vMB 18
767,964 767,964 00000000000000000006c0f5397ae9cacddbe3ee2afb3a4ff732ac79e22e712b 3,222 1.00/1.00 vMB 28
767,963 767,963 000000000000000000042be6c5d9d5f4eb6e4db4cce58e1b1058736f5c2c0ded 3,110 1.00/1.00 vMB 12
767,962 767,962 00000000000000000007f11fde69707f71cdc5e1de4db721d875c0a933f48e71 2,135 1.00/1.00 vMB 21
767,961 767,961 00000000000000000003d60783847b5a8071dcddeafd52a9c841679effd7132a 2,726 1.00/1.00 vMB 17
767,960 767,960 00000000000000000002a393a005a1e88a88484f199a82dd2b8c6a561a4494e6 2,618 1.00/1.00 vMB 8
767,959 767,959 00000000000000000007b0443569498063fd707bb9fc83ab8778d15a77836619 2,597 1.00/1.00 vMB 18
767,958 767,958 0000000000000000000808133ce4fca9172bcccf7555ec28e4c57c0cabc9889a 1,894 1.00/1.00 vMB 11
767,957 767,957 00000000000000000004c8f8c237bf020b48a285e3f365efab1c4fddc5c738d1 1,775 0.66/1.00 vMB 11
767,956 767,956 0000000000000000000392bfe1afdfc9d24138469af9e77d389f10c611c8e6ae 1,053 0.40/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.00 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: 718.55 GB
    • Received: 17.91 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.