Loading Tool

Explorer IconExplorer

Memory Pool

42,170 transactions
27.68 vMB
0.07228744 BTC
Random Selection Loading Transactions
Max Size: 143.27/200 MB

Candidate Block

Mining Attempt 55982a1c629a0b9cb96c5c0828b82c95873ce7b358eeac8b44a5cc7190ee7311
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 445b0b7b3e4ca66a76ba9d7da3d841ca00e7546d07a1e67ee540c1f23b1e2539
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.01704147 BTC
Feerates: 100.53 > 1.71 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (99,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,572 815,572 0000000000000000000083aa631eaa6dc6c3a68817cec611c74f28929221d299 3,943 1.00/1.00 vMB 56
815,571 815,571 000000000000000000014516d7bcd16d94587d1de7d72b6585e369804dd372e9 3,455 1.00/1.00 vMB 76
815,570 815,570 0000000000000000000217d4a1b6e11e2d42890c8027badd2655521b397a29c0 4,532 1.00/1.00 vMB 47
815,569 815,569 00000000000000000003cc6de242e556ca7ead8e0f2f1c4f9cb872d7d4fa855b 3,040 1.00/1.00 vMB 40
815,568 815,568 00000000000000000000fa6697ee5592043872c1d2cce6418e953b3a16d796b5 3,215 1.00/1.00 vMB 48
815,567 815,567 0000000000000000000137f4a6d2a0b648bfad5488ef308250aee36946eb293a 2,881 1.00/1.00 vMB 49
815,566 815,566 0000000000000000000014a5219d995f3f3e5afeb68d4824ab279369506e5974 3,524 1.00/1.00 vMB 48
815,565 815,565 000000000000000000002ab251a2b9e4af2ae8aa3a21773c1f3c948817ba6ec7 3,032 1.00/1.00 vMB 45
815,564 815,564 0000000000000000000269214b0ce54f722bcb5b6ba02146fe3534b35f26cc34 2,842 1.00/1.00 vMB 51
815,563 815,563 00000000000000000003d1531f2cadb7425beda57020fd2144673ba63b200965 4,098 1.00/1.00 vMB 67
815,562 815,562 000000000000000000019aa4a1cd6841485130c6b11e1fb6da9e145605117f6c 3,740 1.00/1.00 vMB 49
815,561 815,561 000000000000000000046cf14abed6b2ffc42dd348fd2d6481846dd1ca093c1c 3,814 1.00/1.00 vMB 64
815,560 815,560 0000000000000000000437f53dfd34dce5760f7f07ae6a3b2a172311e2dce8eb 3,270 1.00/1.00 vMB 52
815,559 815,559 000000000000000000027b6cb1ee9348c06e234f33610fc23be90bd111d5d232 2,792 1.00/1.00 vMB 49
815,558 815,558 000000000000000000020a791a4cee60e8f027b800f111d712217b9244bcf32a 3,657 1.00/1.00 vMB 63
815,557 815,557 00000000000000000002f36cb81a85894550861de35c6442c3e3aaa1fa4131b3 4,155 1.00/1.00 vMB 48
815,556 815,556 000000000000000000000f085043bc6519947ef77501f340f48028354baee73b 3,102 1.00/1.00 vMB 53
815,555 815,555 0000000000000000000343e90d4ec7da511ea59ea3a353b9e814fbf4f86a1597 3,930 1.00/1.00 vMB 66
815,554 815,554 00000000000000000003ac2f9ee370a7212d89b52b9d1fd9be61434dfe06e75b 3,831 1.00/1.00 vMB 42
815,553 815,553 00000000000000000002f42f6d535d587fc6a3ce373b57fc066200704afc67b6 4,840 1.00/1.00 vMB 52
815,552 815,552 0000000000000000000017d1b73b486df853540d475279515434919b697d1876 4,216 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.