Loading Tool

Explorer IconExplorer

Memory Pool

46,304 transactions
28.99 vMB
0.14640461 BTC
Random Selection Loading Transactions
Max Size: 151.34/200 MB

Candidate Block

Mining Attempt b1cb29188bae277afb44c3bc7d65db244ff19d5aa5b8d751819965c67db6f204
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root 60820ce3648d84026f9b4161aa1a7b25d830e33bb30d3071b5c759684f230d3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.04086924 BTC
Feerates: 100.53 > 4.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (579,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
334,783 334,783 00000000000000000967f8e9a62143463dee18ed416fed2eb5c90d4861a1ddc1 512 0.16/1.00 vMB 49
334,782 334,782 00000000000000000ac3b0ca58b9aadcc09e3f65da15cbeeaa8dc9baae14beb7 587 0.31/1.00 vMB 23
334,781 334,781 000000000000000017583481bc8c137876bd463acc321362e02d568087e5a281 256 0.09/1.00 vMB 29
334,780 334,780 000000000000000004b529ee2fdbbef24b5172caef9376209249a2a35e7f36a8 1,194 0.93/1.00 vMB 18
334,779 334,779 0000000000000000022f3c1385408d504cc104329f3d781f0188243f61ceea1b 224 0.09/1.00 vMB 29
334,778 334,778 0000000000000000120e0cff0d58323b255d73999f5a318d2bf9f2307f4f4610 970 0.58/1.00 vMB 26
334,777 334,777 000000000000000001780b09babd49fb045624afd13172ebecffcbbf80535256 1,828 0.75/1.00 vMB 25
334,776 334,776 0000000000000000074cbfe4adeb89921893f40ef9401c6bc011f88578c5e3b0 614 0.34/1.00 vMB 25
334,775 334,775 000000000000000011cc04877547b715dea38ec21773bfb438b7ed01c7ab3647 261 0.12/1.00 vMB 24
334,774 334,774 00000000000000001333728274c611becb413ca8273f417875b40475f837dffc 183 0.13/1.00 vMB 21
334,773 334,773 00000000000000000df07f6f249d1dd9178a9cfdd16827208c9db91e288ba24e 227 0.22/1.00 vMB 15
334,772 334,772 000000000000000000331798aee952fda144c2f85a247ae534c498cdec1815b4 899 0.73/1.00 vMB 21
334,771 334,771 0000000000000000028099ea38c4ffbcce8acc219711ee155096bd12f19ebe4f 965 0.50/1.00 vMB 26
334,770 334,770 00000000000000001b8aac9a3e5bebd30b5cf0accac218f5b29784041d047b2d 224 0.12/1.00 vMB 22
334,769 334,769 0000000000000000195f2f81c6150405d7b42d579af5ada7d5f88ef45429fa31 677 0.36/1.00 vMB 26
334,768 334,768 0000000000000000013fe5704ab114ca82104e32eb0b430065bd1a50ccfc108f 558 0.33/1.00 vMB 24
334,767 334,767 000000000000000006880e169b6776ae90998b4c58bf0cda7998ae15dd454725 230 0.15/1.00 vMB 17
334,766 334,766 00000000000000000d35959b5a750330ee8ca44dbd10a48e080bb10ff3dc1fcf 211 0.27/1.00 vMB 10
334,765 334,765 000000000000000009f330a9503d27f01cf589887397c95e56e028f3ae90dcc7 1,070 0.75/1.00 vMB 22
334,764 334,764 00000000000000000934486c0a302e30bca56f11740ad4f089cd8d69721d6b89 1 0.00/1.00 vMB 0
334,763 334,763 00000000000000001686c7795a63b77bbd9c1eba87b9b2456fdb6abaa332b110 451 0.49/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.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: 644.99 GB
    • Received: 12.63 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.