Loading Tool

Explorer IconExplorer

Memory Pool

83,173 transactions
31.39 vMB
0.16321670 BTC
Random Selection Loading Transactions
Max Size: 186.46/200 MB

Candidate Block

Mining Attempt 4c68e73a55761c34a17b317a042fbbf8421ab15cf0b1a00c76b7ababe6f3c653
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 012e52e002c42bc063b135718c87f4378c2e27634bec4dee687112b676d2ef49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,107
Size: 1.00 vMB
Total Fees: 0.06167284 BTC
Feerates: 269.69 > 6.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (359,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,936 555,936 00000000000000000008253e9fc7b85bb53fef0400095d7264c941c71022b830 1,168 1.00/1.00 vMB 6
555,935 555,935 0000000000000000000137144f38c72f2ca7c7cef9394488e7785bff62130260 2,236 1.00/1.00 vMB 4
555,934 555,934 000000000000000000067d36dfa900a38641b2d2d906a0ffa4cc68422ff75632 2,633 1.00/1.00 vMB 7
555,933 555,933 0000000000000000002bc492e503a6c3fea22bc732d14b72055e2a9ced01f3d8 3,154 1.00/1.00 vMB 11
555,932 555,932 0000000000000000000e994b605c48fa776ad54e9878a45480a36c32f290c236 3,042 1.00/1.00 vMB 26
555,931 555,931 000000000000000000173367d4c708d5c216dd452817ea9615f1f047825fafc2 2,683 1.00/1.00 vMB 12
555,930 555,930 0000000000000000001b80d7e0014091c322bace5ce9aece96ca3ff6409ee3d2 2,757 1.00/1.00 vMB 16
555,929 555,929 000000000000000000304ef15313d15e3b8faef5ac61ee75dcd8800dd70598c7 2,992 1.00/1.00 vMB 24
555,928 555,928 000000000000000000064cd8ac87d2ad1c015bd32913b01a573087a6d701672d 2,957 1.00/1.00 vMB 11
555,927 555,927 0000000000000000000a5d5a6a76b759041f6b56a4396624190d7102c9b5b3ec 2,558 1.00/1.00 vMB 19
555,926 555,926 0000000000000000003528a9c8124e96052395f231570ac1d78e37503ee8e278 2,854 1.00/1.00 vMB 23
555,925 555,925 0000000000000000002d1a18d7276790838291cff7f39ed2f87e25460eec9100 2,563 1.00/1.00 vMB 35
555,924 555,924 0000000000000000002efae77f9ebf8ebc5af6530e481180d6f7c3252d86f5d2 2,457 0.92/1.00 vMB 12
555,923 555,923 0000000000000000002093c66e4a26d050b4f2901898a0e9ac8677277e587c50 1,982 0.84/1.00 vMB 11
555,922 555,922 00000000000000000029d71796b8c9ca612e8685734e943ceb0215a3fc0a987a 2,598 1.00/1.00 vMB 11
555,921 555,921 0000000000000000002a4171e8335402798c01b39f0e301c7592b6637482722f 1,823 0.70/1.00 vMB 12
555,920 555,920 0000000000000000000b2bd291aa54ccddf2bdb51b4aa0301cfe135d042e5c55 1,454 0.99/1.00 vMB 7
555,919 555,919 00000000000000000018862a697ef19796d425d1888915c32534624e3a75bf08 1,887 1.00/1.00 vMB 7
555,918 555,918 00000000000000000002dc66b2b2f1bd31f00dc2ff919cf9c45d50f9505b13d3 2,401 1.00/1.00 vMB 11
555,917 555,917 00000000000000000014cfe96aac2de814f8795d2bd8bddb3804b56188f8457e 2,544 1.00/1.00 vMB 21
555,916 555,916 000000000000000000040ad58338d170509582662f825dcb2f8486a0aa629a0f 2,637 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.28 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.