Loading Tool

Explorer IconExplorer

Memory Pool

76,930 transactions
28.62 vMB
0.07662247 BTC
Random Selection Loading Transactions
Max Size: 173.42/200 MB

Candidate Block

Mining Attempt 886097865d0872fe2c9c3c981e531184d3752a9768c30d740fc33951b04c5cc4
Version 20000000
Previous Block 00000000000000000001f67781d6f05084986ab017640c91344eae66a915cd1b
Merkle Root e3506b76e1f9e0069f50cfc019decbeedd4673ef54fa2ea4cfdb218d9ca28f66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,522
Size: 1.00 vMB
Total Fees: 0.01730128 BTC
Feerates: 130.38 > 1.73 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,134 (119,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,836 795,836 00000000000000000000d8d73677d27223dc8e5d9edd2a6c86d068912a74f9f0 487 1.00/1.00 vMB 12
795,835 795,835 00000000000000000001ae1c75fd5f1dca8de6f170a8a97f36b9f454a3603042 2,026 1.00/1.00 vMB 18
795,834 795,834 0000000000000000000255192a447b4f83247a5c8306c962ad31f594de86cef6 5,689 1.00/1.00 vMB 11
795,833 795,833 0000000000000000000039c9313c32289c98253e3fe16e3f343698d48bc6492b 1,076 1.00/1.00 vMB 16
795,832 795,832 0000000000000000000159a065d567d9b674a501cca0deb89ef6264c39605348 1,599 1.00/1.00 vMB 16
795,831 795,831 00000000000000000003842d2cb3f20e567f5c540ec85633d52c7dbd653b3ad7 974 1.00/1.00 vMB 14
795,830 795,830 00000000000000000001952e4da2528fa3291775578dc3f99b22b3fec8a435bd 3,335 1.00/1.00 vMB 11
795,829 795,829 000000000000000000045b9b5f6642d9a8cf5e0cffc1fc806a44af10d102d95f 1,492 1.00/1.00 vMB 16
795,828 795,828 000000000000000000020a348e64cde1795a43c7a542d2e4b2b0a55489064767 478 1.00/1.00 vMB 12
795,827 795,827 000000000000000000004d171c36b38fcb3a8f5d289da799663229a8b6143ef4 2,303 1.00/1.00 vMB 19
795,826 795,826 0000000000000000000513facc8b0dc46cc3ec6aa2b9f392b9ebf46948c341a3 3,229 1.00/1.00 vMB 13
795,825 795,825 00000000000000000003cdd897eb9355c524bcdf2ea22ce068c1fde55899e90f 4,125 1.00/1.00 vMB 22
795,824 795,824 00000000000000000002f3ebbedaf71becf7d7ebe3c7948ec43932fd0de8d40a 1,834 1.00/1.00 vMB 19
795,823 795,823 000000000000000000003afa019fca92b0c57ac4e3857e1b9276c6a553f05833 1,492 1.00/1.00 vMB 20
795,822 795,822 00000000000000000002f3597b065441d1d0f9d481d964e9b1d9382592330afe 1,946 1.00/1.00 vMB 15
795,821 795,821 000000000000000000018782c20f7484f5252a9b3b82ee9e140ba992dbbe6e8d 2,638 1.00/1.00 vMB 20
795,820 795,820 000000000000000000054391ae1d792d7ce4bb90166701b3acbcad5c1ab6e2bd 2,651 1.00/1.00 vMB 18
795,819 795,819 00000000000000000002fe975aa5bb4e197fab49385b75a3f19a5eee78f0c598 2,895 1.00/1.00 vMB 37
795,818 795,818 0000000000000000000378967d7855e9736460b84185f9d5b90f307d8d174c19 955 1.00/1.00 vMB 14
795,817 795,817 000000000000000000015daf49d5fec0493e1254a35d47690caecbf3ae281b87 3,584 1.00/1.00 vMB 19
795,816 795,816 00000000000000000002a1ba1a852cd34030381efeb6ca8c591459efb0d97616 2,774 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.62 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.08 GB
    • Received: 16.13 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.