Loading Tool

Explorer IconExplorer

Memory Pool

79,562 transactions
29.96 vMB
0.08499987 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt 4247d9be5b841d0d673e8440c6135f023fd5d770e39b9577fc22a680e76ae170
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 288f97cc793cd5a610972b2e52438a4f6ca352b9f1c8266b0b179947b1a9fe36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.01634937 BTC
Feerates: 40.21 > 1.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (324,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,054 591,054 00000000000000000003f525daedfd0001f7f3e77da4b1117f71a0abfb0a1151 1,969 1.00/1.00 vMB 54
591,053 591,053 0000000000000000000b304d45ae7149390d58e12c4ae0d8568f1754175dca69 3,071 1.00/1.00 vMB 61
591,052 591,052 0000000000000000001491c15d1be6be09946d8ca92975040d48a1b09267a4e9 1,716 1.00/1.00 vMB 40
591,051 591,051 0000000000000000001307957f94fa3d066efe1406c2fffde4522fbb5a137832 2,823 1.00/1.00 vMB 48
591,050 591,050 0000000000000000001b1756d0b68f15b8bcc980a6395ce990fd1002bcbb8f01 3,087 1.00/1.00 vMB 83
591,049 591,049 000000000000000000137429dfc1930c615d9c40e9d8d1cb624647e43b54c353 154 0.08/1.00 vMB 62
591,048 591,048 0000000000000000000fcbab21457c82baeca3df2f7fc7f63c9c7c18f3a0d5e4 2,717 0.98/1.00 vMB 36
591,047 591,047 0000000000000000000be816b7f6abbab3875e3288a575b8568d3f7cdfaa7dc3 100 0.03/1.00 vMB 32
591,046 591,046 00000000000000000016e02903422600f4232898eb92a1738819c98dd6d0d9ca 2,636 0.97/1.00 vMB 25
591,045 591,045 0000000000000000000092f63a59d9d3a22e4c755d6e1d679a067a26f6b6059c 2,541 1.00/1.00 vMB 46
591,044 591,044 000000000000000000006f616cd0ba0b277c1d069ef30fee2bbb6ea33eb7484d 1,746 0.67/1.00 vMB 29
591,043 591,043 0000000000000000000a4d6c001099a938b4982e2d4aedb9b65cc96b3d05a011 2,603 1.00/1.00 vMB 39
591,042 591,042 0000000000000000001709ad65dcb4b51984f5edd5d07cceeb16cbf4b2aef59d 1,688 0.70/1.00 vMB 36
591,041 591,041 000000000000000000158cae1928322ef4720f1b4bfb356210b21222de5738a9 250 0.10/1.00 vMB 49
591,040 591,040 000000000000000000053117167a0e052045fcc85aee0e864285a165c1929720 2,619 0.97/1.00 vMB 25
591,039 591,039 000000000000000000048dc9f22f69e849b9ed99a648bf5119910ec772c98117 2,580 1.00/1.00 vMB 21
591,038 591,038 000000000000000000194c9dc29c233941472c9e84f9da1610a7a73a40b6dd9c 3,216 1.00/1.00 vMB 53
591,037 591,037 00000000000000000007040d76c3f53efe9e7723770e26cd13b2bee4d129a7f4 2,690 1.00/1.00 vMB 51
591,036 591,036 00000000000000000001f7ba13d65eee469f9113dacda81d808466a834ea5799 2,710 1.00/1.00 vMB 59
591,035 591,035 00000000000000000014062e03249a05ccd68f4e3a2bfc24322591e1abfcce1c 2,487 0.95/1.00 vMB 32
591,034 591,034 00000000000000000012adadce1cdbc14cf2b3f327f613260ffe5dabf67a1939 1,982 0.74/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.64 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.42 GB
    • Received: 16.24 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.