Loading Tool

Explorer IconExplorer

Memory Pool

75,093 transactions
27.59 vMB
0.06733617 BTC
Random Selection Loading Transactions
Max Size: 168.58/200 MB

Candidate Block

Mining Attempt 0ce64c9f50c956e3942dbd541a6d4bbd35477cb2a4e906f7bb349f269bd81bee
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root 586fa9a5d8d2c1d23f593fdff3ff3a67a0cab9c972be9926725c3628d58307b2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,054
Size: 1.00 vMB
Total Fees: 0.00858224 BTC
Feerates: 526.32 > 0.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (560,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,901 354,901 0000000000000000009be7759c142ee4f6c9d4f67aee7ddea7ddd6c8de2e3888 513 0.30/1.00 vMB 28
354,900 354,900 00000000000000001229f6e4f291989c8bfab9757636efda7c08c3b73fd3ae83 110 0.08/1.00 vMB 13
354,899 354,899 000000000000000016c3e58a736d3c4e6161986fecd4822afd95b1b2ff2455dd 1,089 0.56/1.00 vMB 25
354,898 354,898 000000000000000006428e3874eb2bb39e7417517208e419fb6a41665f7a6b64 1,359 0.75/1.00 vMB 25
354,897 354,897 00000000000000000fd5e32f47550b6d30d12bc5421b51c17901991c71f68f47 419 0.34/1.00 vMB 4
354,896 354,896 000000000000000001597dce6830ff4406fb231021282e73966e1a5d58e0dfbc 1,624 1.00/1.00 vMB 21
354,895 354,895 00000000000000000f036c8b9ca1a034f8886fbee9285050944e7a9e557dab16 2,162 1.00/1.00 vMB 29
354,894 354,894 00000000000000000b3461a81acd8a0fcaadae873765050480a5d44e13cf0658 660 0.75/1.00 vMB 14
354,893 354,893 00000000000000000045e2a3c32f1548d731cbb2ba09f93f959b56effe7e6b9f 2,231 0.90/1.00 vMB 38
354,892 354,892 00000000000000000fe61fbc01011127e556418399c1bcc15e08acdc9fa85700 1,010 0.75/1.00 vMB 21
354,891 354,891 000000000000000000cc5f99d913fb690011f20f662cba570577793a9a3e05dd 2,091 0.75/1.00 vMB 42
354,890 354,890 000000000000000008d0b20ee983980120d00473d015b225c3fc7fdfc91728c6 1,274 0.50/1.00 vMB 40
354,889 354,889 0000000000000000090b8615152b955fe8a73fd253446591ceacdeb90bd7e9a3 98 0.06/1.00 vMB 24
354,888 354,888 00000000000000001145cb083cccddcb03151876270c9f205dfc0347555b3f2d 629 0.33/1.00 vMB 26
354,887 354,887 000000000000000002b9bbdb1bea69b78b8b63dee025cac2d1ce4983cefc577f 42 0.03/1.00 vMB 20
354,886 354,886 000000000000000000a19658b42a51529fbb6e29f4114c25947dacdfc29ad9c9 401 0.80/1.00 vMB 8
354,885 354,885 000000000000000009e4ab1fa6235854b5ad019f40d9766bc0b2bd7c5820c23d 522 0.72/1.00 vMB 12
354,884 354,884 00000000000000000908b2eb1cb0660069547abdddad7fa6ad4e743cebe549de 210 0.13/1.00 vMB 25
354,883 354,883 000000000000000013b0ef4b3073a19013a29e2813e5b29755cf4fb1ab147041 213 0.16/1.00 vMB 11
354,882 354,882 000000000000000002e9ded5d7d83653a23c6b718b2ebfd7f98c9380d89fa834 1,024 0.54/1.00 vMB 31
354,881 354,881 0000000000000000059a3dd65f0e5ffb8fdf316d6f31921fefcf0ef726120be9 636 0.33/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.