Loading Tool

Explorer IconExplorer

Memory Pool

81,084 transactions
30.75 vMB
0.08804363 BTC
Random Selection Loading Transactions
Max Size: 186.96/200 MB

Candidate Block

Mining Attempt 4baa5b302fdf0af847c42c78fa3dff415c332779c632e4cfd606c0f59255bb60
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root e78b25f7a4d9ee3e41c459b0a4808af625c09ae8047aa89b01f0e2365c58f90d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,615
Size: 1.00 vMB
Total Fees: 0.01735440 BTC
Feerates: 73.20 > 1.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (530,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,766 384,766 000000000000000010555f957f085bff33a254fa587aecdfbd075d8a849249fe 407 0.24/1.00 vMB 23
384,765 384,765 00000000000000000bc215f3aa73038423d276b421b8e6d9b2e4d661c0899dfc 914 0.75/1.00 vMB 21
384,764 384,764 000000000000000004a7169eb3054c889709f2e841ee14a4ffe045d9d1dcce63 541 0.25/1.00 vMB 30
384,763 384,763 0000000000000000021b4f029698a3dc0c7d62db9f3a47bf86617b0b0d29f815 1,289 0.63/1.00 vMB 29
384,762 384,762 00000000000000000536273eced4ae47d1df57991463a1e2fd84cdc2195827b8 1,037 0.46/1.00 vMB 33
384,761 384,761 00000000000000000de34d6b1b64aab3aa8e4855d238e5780042df865781fe9a 1,552 0.81/1.00 vMB 28
384,760 384,760 00000000000000000452bd845a58f6bb56c4fa9b86f72b424927b5e60ded4345 1,452 0.74/1.00 vMB 33
384,759 384,759 00000000000000000751c60889d7969be6e3be66eb83ce4b8124a306fd06e55d 594 0.22/1.00 vMB 42
384,758 384,758 000000000000000005483df1e68d2e8be0a32b9115b7ae06ed78b22e46efb272 1,240 0.69/1.00 vMB 25
384,757 384,757 00000000000000000fb2ea170cd99ca8a53021afb52995bcf920fee96d66871f 1,941 0.68/1.00 vMB 47
384,756 384,756 00000000000000000c1fcdad528196a98cc58493d3076f9bfb679579bb9a8e48 1,717 0.80/1.00 vMB 34
384,755 384,755 000000000000000008628033d5b0767d5df818e50ad081525d2d578fad1f6f11 1,322 0.62/1.00 vMB 36
384,754 384,754 000000000000000001b9ecc56a014a2230e9cad6edf93d5b4aee1e42a964debc 90 0.08/1.00 vMB 12
384,753 384,753 0000000000000000015b6a9c2e306eec91e53915718a5ebdc31fb1b50abca1fd 905 0.38/1.00 vMB 36
384,752 384,752 000000000000000006f0095fe514cc8dbbff78fc181369619aac46d8ba8c4846 398 0.20/1.00 vMB 34
384,751 384,751 00000000000000000be550649ce2e1aeb99b2b6c6bc4603c6c3f291cbdf29cb4 1,712 0.87/1.00 vMB 32
384,750 384,750 00000000000000000390c7c428094c79d387dfc17e0ad67eff708cad73a21131 1 0.00/1.00 vMB 0
384,749 384,749 00000000000000000b4e1a21010f65224ad8725390fe9fa157839a6836a9af73 507 0.25/1.00 vMB 31
384,748 384,748 000000000000000007ff70fefe334633c0a7c77fad3a7c0637e6c96f3f45f47b 1,184 0.55/1.00 vMB 31
384,747 384,747 00000000000000000f2b8888c41606ba23b228f61430c82669dd4bfdba82462b 755 0.32/1.00 vMB 38
384,746 384,746 00000000000000000c650c5c1e1b8dbf6cbe054a4c6b96983acd5b0194b2482e 220 0.25/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.