Loading Tool

Explorer IconExplorer

Memory Pool

80,466 transactions
30.31 vMB
0.08856169 BTC
Random Selection Loading Transactions
Max Size: 182.40/200 MB

Candidate Block

Mining Attempt 2966756f5fa7ed3d486cdcb568841cf5fd45816a92b691eb895003f3dcf780c9
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 2eabbf3a6dd7317521b9ad310f01223038e3a65b70eacb2c97c8bf42d164f42f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,686
Size: 1.00 vMB
Total Fees: 0.02363590 BTC
Feerates: 150.45 > 2.37 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (362,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,051 553,051 00000000000000000014d27ac08ddc5c6f7d286eb7eaff0d53ffa81265373d59 3,064 1.00/1.00 vMB 21
553,050 553,050 0000000000000000000af65bd10e20064c6e6d7c7bbba8daf4849ba0dbe6a054 1,899 1.00/1.00 vMB 4
553,049 553,049 0000000000000000000aa940fc330cd5338234cf8540a69acb3307adfdb1e57c 3,086 1.00/1.00 vMB 33
553,048 553,048 0000000000000000002859e232fee5e49b43060c6ef3947de6b85abc5434c5d5 2,603 1.00/1.00 vMB 6
553,047 553,047 0000000000000000000ba078ee8214a51be0c2a2bf5b0b9958407f8c6f755234 2,299 1.00/1.00 vMB 11
553,046 553,046 0000000000000000001d0b33a1c173d1c66598de76c2584f1622290ca5ee4920 2,644 1.00/1.00 vMB 23
553,045 553,045 00000000000000000014d8722bee3bb7b85256a740f630c2444feee272ff1b9b 2,418 1.00/1.00 vMB 14
553,044 553,044 0000000000000000002dded19584913195f6b01fa12ec65618e3b24cfe72c041 1,836 1.00/1.00 vMB 24
553,043 553,043 0000000000000000001d56e1558de70ac0d59c35908a44b10a5116bf93ba9e31 2,664 1.00/1.00 vMB 40
553,042 553,042 000000000000000000127cee353e7904d5da67b8b85ad31fe5e224a733225e53 1,817 0.86/1.00 vMB 11
553,041 553,041 00000000000000000019b479f3e6bb44dbb094da85715bb45bb22edcfd8978c4 1,647 1.00/1.00 vMB 11
553,040 553,040 000000000000000000314d5d64a1b62514b3a9bf03ded6bc51961275340bc941 1,852 1.00/1.00 vMB 3
553,039 553,039 00000000000000000020d0755e4ec5dd384212fdf53fe150d6a8b035872289c5 2,988 1.00/1.00 vMB 11
553,038 553,038 000000000000000000254c551e0349d948eee3caf2e2a2a6184e31e2bc56c955 3,064 1.00/1.00 vMB 27
553,037 553,037 0000000000000000002e3b61b27e5bf9b4f0f7c7b865241a500628606d8a6e0e 2,957 1.00/1.00 vMB 25
553,036 553,036 00000000000000000029075401e9a5b8f3bc139602df535a53c33a883e654b20 2,779 1.00/1.00 vMB 9
553,035 553,035 0000000000000000001e0ad9aac842312e66ffb8da09a19637315590f2d5cf00 1,653 1.00/1.00 vMB 10
553,034 553,034 00000000000000000019fba1032ad27052694f24b9883762441373b2cc63ff7e 2,358 1.00/1.00 vMB 18
553,033 553,033 0000000000000000002d4b5fed5ed181980865d527939b2e12c6daac1147ecd3 3,007 1.00/1.00 vMB 45
553,032 553,032 00000000000000000026933ca6c0ed2a7dc5e203defe0194ad26a51b49242344 1,708 1.00/1.00 vMB 6
553,031 553,031 000000000000000000130b9ca13e849ee2393c785f0ab9ef026e055c6a2429e0 2,541 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.69 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: 687.92 GB
    • Received: 16.49 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.