Loading Tool

Explorer IconExplorer

Memory Pool

79,037 transactions
29.29 vMB
0.09634001 BTC
Random Selection Loading Transactions
Max Size: 177.01/200 MB

Candidate Block

Mining Attempt d61f8523e83402da3d4de9ee4f147368c91e8032a44c538db456e7d1d154cf84
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root fdf3861ba770fee5c901d76139461c3260bcd6b813baa43b0d1b5ff31b5a5d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.03443005 BTC
Feerates: 150.62 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (351,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,082 564,082 0000000000000000000cab977b6e2efa5ee4ba2ab22a0fec54a8515bcd15c79a 2,968 1.00/1.00 vMB 18
564,081 564,081 000000000000000000074859da49c25b6d11c51949bb6dfe9292aefdc3067379 1,957 1.00/1.00 vMB 22
564,080 564,080 0000000000000000000e3da8f945a30d25f7de0ca7540e2159ec4fe166cb6884 2,668 1.00/1.00 vMB 28
564,079 564,079 0000000000000000001584a00fb3d44224a9a4499e51c11178090abc29e7f91e 2,008 1.00/1.00 vMB 19
564,078 564,078 00000000000000000009d881957790ef22d95393ddd61e974ca24fe3b1567030 2,945 1.00/1.00 vMB 18
564,077 564,077 00000000000000000021547be35142697b2bcfde1e76254b6d2d7ac1e58218fa 2,765 1.00/1.00 vMB 19
564,076 564,076 00000000000000000004303c9bc6b0eccca78df26dd36ebe4c3418f1ecc1ddcf 2,807 1.00/1.00 vMB 44
564,075 564,075 0000000000000000001fab31e7981082ba72d30e87081820566a0f5ee7a7d6a8 2,004 1.00/1.00 vMB 37
564,074 564,074 000000000000000000133128f9d100eb87a5ab600d9cb76d090f2039e2ba1ff2 2,050 1.00/1.00 vMB 26
564,073 564,073 0000000000000000000364ed0f6f4a12a35d02f7f48fb6f8ef57ac9163cb8472 1 0.00/1.00 vMB 0
564,072 564,072 00000000000000000011e7d44b6385b3997fc477d7487096a51bfdeb7ffc1e5d 2,468 1.00/1.00 vMB 35
564,071 564,071 00000000000000000009519fc474797c9116ecddb610b181d7c0f55434a1c8aa 3,792 1.00/1.00 vMB 48
564,070 564,070 0000000000000000000530525218141f4934283ec6385675dce63c8a6d79b830 2,769 1.00/1.00 vMB 42
564,069 564,069 000000000000000000108e8ae8bb4a0afaec36aefbb1e9d222ddd8fdbef3bd25 1,543 1.00/1.00 vMB 21
564,068 564,068 000000000000000000096150ed7f751ba99efd05865cd13615895b855dbbdf01 3,206 1.00/1.00 vMB 43
564,067 564,067 0000000000000000001a716e99d64b55aab3e4809cfec9740f7f00de42285af8 2,743 1.00/1.00 vMB 36
564,066 564,066 00000000000000000007f9a01d9a1781d27515dca5b3035e6f48f20a7a100825 3,183 1.00/1.00 vMB 25
564,065 564,065 000000000000000000146624eb75bce8c822740aacd67330b0301821f2ce4a32 3,191 1.00/1.00 vMB 44
564,064 564,064 0000000000000000001e27c513efc4fd1ec9ef5e916db90c3f4f3d1bc1cffba0 2,817 1.00/1.00 vMB 30
564,063 564,063 0000000000000000001f442bf9af88c18ca1b5a5b8f12ad4e4f2ba8c6933ad63 3,018 1.00/1.00 vMB 33
564,062 564,062 000000000000000000179d0e6a27ade043ca643a26ff44aabefe3716d9f362e3 2,898 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.