Loading Tool

Explorer IconExplorer

Memory Pool

44,299 transactions
26.70 vMB
0.06789053 BTC
Random Selection Loading Transactions
Max Size: 140.37/200 MB

Candidate Block

Mining Attempt 1fb13da989a5d54b0b2d5861059b3d3ab2f545d9845138802f9e2ab2e9a65743
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root e25ac12f7a6be63e954e0294d0a72d3e6b3f309474a55cde9fd13444b79f095d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,429
Size: 1.00 vMB
Total Fees: 0.01863472 BTC
Feerates: 150.68 > 1.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (248,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,970 665,970 00000000000000000002bfe78d5c0c0acc2bd6d2055f04dcaafb3e412b8f7107 2,149 1.00/1.00 vMB 76
665,969 665,969 00000000000000000003e48ce3df4e4d6c8a8902d3e446c554298e7abb7104bc 1,944 1.00/1.00 vMB 40
665,968 665,968 0000000000000000000a31ba36eba10edb51b8d735aea9d33708b84885074164 1,918 1.00/1.00 vMB 36
665,967 665,967 0000000000000000000506ea5472aa657a4779efe44c78ad5cd868a20952037f 2,034 1.00/1.00 vMB 52
665,966 665,966 0000000000000000000c8641493fd3ddacad3182d7badc6f7e29a2bc059b151b 1,791 1.00/1.00 vMB 35
665,965 665,965 0000000000000000000d57287269cdd15a7d62b02a304dcf74a10397f78a6934 1,898 1.00/1.00 vMB 41
665,964 665,964 0000000000000000000650e2d75be79629c4be2194febb656133e12a526e8039 1,586 1.00/1.00 vMB 68
665,963 665,963 0000000000000000000a819085d57a4930f047b6c007a96aa8d42476436fd8b5 1,848 1.00/1.00 vMB 35
665,962 665,962 0000000000000000000b1ce01a82b83e2a713d5c8b4a7c857e5cfdd5ee890cc7 1,731 1.00/1.00 vMB 52
665,961 665,961 000000000000000000006177fc313551d6ea65ee8d7a07c91863c4b5e85351b3 1,338 1.00/1.00 vMB 50
665,960 665,960 0000000000000000000d59ee2d08ebc3bc96610a1b02eeecd78f51ac226ff4f9 2,533 1.00/1.00 vMB 123
665,959 665,959 0000000000000000000b6e6badc05aa314b72fe862cd0b2e8ae3f3885e342f36 2,605 1.00/1.00 vMB 51
665,958 665,958 00000000000000000004ee75f5abad5814617a95a5ed8e8b99157924f313039e 1,618 1.00/1.00 vMB 125
665,957 665,957 0000000000000000000875d5d2f1f4598082660300e5ad9cf09467c61f7d5aa9 1,697 1.00/1.00 vMB 76
665,956 665,956 00000000000000000002ba37677d3108de8b782c7a5348d22ab13a807eec7eb4 2,418 1.00/1.00 vMB 121
665,955 665,955 000000000000000000040b4e407b322160c02c2014aa453dcf50bbb8abc4e0a4 2,014 1.00/1.00 vMB 84
665,954 665,954 0000000000000000000d29bfea07950605ab520066a8349db696baf160f0f455 2,687 1.00/1.00 vMB 65
665,953 665,953 00000000000000000005db06dfaaa7f296d487b942fb091ed6cf66f4468dde2f 2,603 1.00/1.00 vMB 77
665,952 665,952 00000000000000000007c8f38678ab17ab807b8701158040a4ed868c8d455c4f 3,022 1.00/1.00 vMB 69
665,951 665,951 0000000000000000000cb32975ff6c67a09ce9ce6089e08f704d28931b1d4349 2,827 1.00/1.00 vMB 132
665,950 665,950 00000000000000000007583ccb4d6026246973b0013f7bb33e99934f3362d0f7 1,871 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 781.96 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: 647.48 GB
    • Received: 12.95 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.