Loading Tool

Explorer IconExplorer

Memory Pool

45,899 transactions
27.32 vMB
0.07794157 BTC
Random Selection Loading Transactions
Max Size: 144.31/200 MB

Candidate Block

Mining Attempt d25324e7a8d008cd5bb2c0b698cd7d253c7a1e0237f356e49548801f036a84c5
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root ec2fbbf02db46f8bf1a514fae58a66cf3b674517c25737de6e971d1df0760a91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,980
Size: 1.00 vMB
Total Fees: 0.02619383 BTC
Feerates: 201.13 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (339,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,148 575,148 0000000000000000001efe3b81116d16f3453571fe0e9299df1dc8c481700cfe 3,077 1.00/1.00 vMB 92
575,147 575,147 00000000000000000007ce658ea82da636d160168249354be5939c0588eba708 2,757 1.00/1.00 vMB 103
575,146 575,146 00000000000000000029fb95ec95cc1b51df9ab4b2532bdd7a752da069a2891d 2,956 1.00/1.00 vMB 172
575,145 575,145 0000000000000000001cc94de4531a23b3226295cb8a4d895c6b5c2fcf7fb5f3 3,044 1.00/1.00 vMB 100
575,144 575,144 00000000000000000028484e3ba77273ebd245f944e574e1d4038d9247a7ff8e 2,816 1.00/1.00 vMB 107
575,143 575,143 000000000000000000259b81bf1de3018cc5f57a294c07cc8e358c4f8d1bc00b 2,828 1.00/1.00 vMB 76
575,142 575,142 00000000000000000028523910ac56da8f43101c5a6de6e2178e62fc4ebdf89d 2,875 1.00/1.00 vMB 71
575,141 575,141 00000000000000000022d91e653a879882dddb5487253c3b47be088fb7a3f1a2 2,960 1.00/1.00 vMB 98
575,140 575,140 0000000000000000000ebd9031ba0d40c107960b5adffbd5dfa48b30908d7a20 3,058 1.00/1.00 vMB 84
575,139 575,139 0000000000000000001a91b309820554f0003812c5580353357a16d06309d1b0 2,568 1.00/1.00 vMB 77
575,138 575,138 000000000000000000005403e487eccd59c59e0a6f993492bfe33a6658718dce 3,077 1.00/1.00 vMB 97
575,137 575,137 0000000000000000000b7887c502647f8f5e54213929e28cca310c80fae9ffad 2,200 1.00/1.00 vMB 113
575,136 575,136 0000000000000000001d4cd7028930a187c8a6793a918b89c8352a20ef674100 2,123 1.00/1.00 vMB 54
575,135 575,135 0000000000000000001d6f9597b452065504662de25fa2092d9ae094e946f1c5 3,156 1.00/1.00 vMB 51
575,134 575,134 00000000000000000025d48c679ed0f60044093382dff1a8c2124908a6195c65 2,726 1.00/1.00 vMB 100
575,133 575,133 000000000000000000046d160dc44b20040bf09c159b7a06b0ca031c5d100146 1,323 1.00/1.00 vMB 56
575,132 575,132 00000000000000000028a58da833cb65c5070ee68f7c7944cd376a4a5ed7e780 2,529 1.00/1.00 vMB 91
575,131 575,131 0000000000000000000782a52a66bd48d359bcb6534134eb1935a369b995af5e 1,487 1.00/1.00 vMB 72
575,130 575,130 00000000000000000004df5bce16c76979799b2f61eba2e30421368e59b94829 1,606 1.00/1.00 vMB 91
575,129 575,129 0000000000000000001edf381bcf3da8a2865f18e6fd1be4965eb46fa6ad84f8 3,006 1.00/1.00 vMB 63
575,128 575,128 00000000000000000000924d48aff91cb81eaa605e10b507cb94371708d516c1 2,632 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.