Loading Tool

Explorer IconExplorer

Memory Pool

74,609 transactions
27.51 vMB
0.07122610 BTC
Random Selection Loading Transactions
Max Size: 167.99/200 MB

Candidate Block

Mining Attempt f923761357307a8935cb234c2dbacbec8d1056fc2930286b7c42192101bda8f8
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root cbc351a3464b8bb8a4226469bcd4684741d000f4189c3168cc02b71aaef2cfd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,786
Size: 1.00 vMB
Total Fees: 0.01262609 BTC
Feerates: 80.55 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (477,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,852 437,852 000000000000000003a62e7d6a1c8425ba68ea6bcd96644d019a7265579e5d5d 2,255 1.00/1.00 vMB 96
437,851 437,851 000000000000000000e1287bd58e86ad5ec98f38bd60af09b8594c80df2eb13b 2,473 1.00/1.00 vMB 68
437,850 437,850 000000000000000000f8e77f8a0319d6939dcec4b78e36050378a01e9e6850ea 2,138 0.99/1.00 vMB 77
437,849 437,849 0000000000000000038d57aac94802734c7d3d3c361b8d381c11c8b84ec6375f 2,088 0.75/1.00 vMB 100
437,848 437,848 0000000000000000032ab2813a42d3be1a330c9f4695b561b2830400fb233ce2 1,174 1.00/1.00 vMB 31
437,847 437,847 000000000000000000317c1200fad270734e608279276e93e3cf9f5a8a1a8420 2,121 1.00/1.00 vMB 66
437,846 437,846 0000000000000000023e671fd19d38ff951b75bf4131c137129a2398b122b99b 886 0.34/1.00 vMB 72
437,845 437,845 00000000000000000421a2e65d38d07d79c310f93e6078d6507e7b20fdef8121 483 0.51/1.00 vMB 12
437,844 437,844 00000000000000000366343daa41b54d0abd135979a8791e3581a69b84e144da 1,074 1.00/1.00 vMB 28
437,843 437,843 0000000000000000002b8f8999de05574c37f035d5f305ef84f01c72944b01bd 1,567 1.00/1.00 vMB 37
437,842 437,842 000000000000000000b4069a5b3cbab9672361076af9a8252e010b7b5cd97ecf 1,936 1.00/1.00 vMB 43
437,841 437,841 000000000000000000685d2ab86a730ef0ece6a51128a9d6e5c3ed55b9024366 2,030 1.00/1.00 vMB 57
437,840 437,840 0000000000000000032027342e7a22c94c1933558ce10f9075da9783a6cb1f4b 2,473 1.00/1.00 vMB 61
437,839 437,839 00000000000000000408d19045486e0bfeee481f0ef38133300c5c0b19964451 2,584 1.00/1.00 vMB 66
437,838 437,838 0000000000000000044f3847e41dc7e3138e0823c6fb5ffed1e99f28703184dd 2,234 1.00/1.00 vMB 74
437,837 437,837 0000000000000000025e57df97caeb818d1726e4289734fa6bf30362c504570b 2,508 1.00/1.00 vMB 78
437,836 437,836 0000000000000000021846d91cb58ba79fd6f9a4ed53042735b27da2e0852411 2,846 1.00/1.00 vMB 98
437,835 437,835 00000000000000000093d21a7e1968613c00f8f8bb182a1a82b6305f14e0b674 2,201 1.00/1.00 vMB 66
437,834 437,834 000000000000000002943f4256c5abe6b625339cbaba316c35f1cbb637d2dc5f 2,535 1.00/1.00 vMB 87
437,833 437,833 000000000000000003ed07044deea83450f9d4b46a69b43e824ae6fb0a7310e0 211 1.00/1.00 vMB 21
437,832 437,832 0000000000000000014e90882edc0beb0f34515144f064a05c651f86417bcaac 2,074 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.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.