Loading Tool

Explorer IconExplorer

Memory Pool

71,988 transactions
28.18 vMB
0.06669509 BTC
Random Selection Loading Transactions
Max Size: 170.48/200 MB

Candidate Block

Mining Attempt fa905b00c17f54cbeae1996a60cfe478280ad32f5328a95c4b1f1b5dce9569a4
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root bd7b2006d6d1659089e61283fabe29d4524c607baf7263119f80a3bdb862bfd9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,555
Size: 1.00 vMB
Total Fees: 0.00491920 BTC
Feerates: 85.21 > 0.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (725,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,488 189,488 0000000000000432ac341465616c087ee5a0103026e4329213221776a54a1219 150 0.05/1.00 vMB 57
189,487 189,487 000000000000009d1729ac00784123b3264e4c31dbecb49cc69d7d0d9e6e1a2b 490 0.16/1.00 vMB 156
189,486 189,486 00000000000002927f637459a82f3da5cf7bf2a27d83ce84388769a4e1fc06a0 159 0.05/1.00 vMB 61
189,485 189,485 000000000000074a9b50b40f0bd737811b1d89ce49f1bc6f2c0d68a6a2e7dc6f 956 0.42/1.00 vMB 124
189,484 189,484 000000000000055ac2166f529c9280a4d12dcdd1f95c36e322aea9d45af1ce03 11 0.00/1.00 vMB 18
189,483 189,483 00000000000004d86e83419dd7e06f133c06aff5c05ea026261edd6ebff92111 161 0.05/1.00 vMB 19
189,482 189,482 00000000000003c6902bd93d06791c98c4a5eed716a219525f59cf8b7b028fb4 632 0.25/1.00 vMB 138
189,481 189,481 00000000000001cb7ce0bbcf35ef6b01b682c43fdd4ba73b007ac5bdf7347cbd 639 0.25/1.00 vMB 131
189,480 189,480 00000000000007c68461145d00c70e86737d9bde0420fa75c085936ade87dc3a 10 0.00/1.00 vMB 0
189,479 189,479 0000000000000470aa89ead32505fe7f1cbabb8f936f8cf3f0f6939e7742bcfa 589 0.25/1.00 vMB 131
189,478 189,478 00000000000002b6a6031652fa3a0e3b0136e358d7170c85056c20a3fd91b81f 146 0.06/1.00 vMB 141
189,477 189,477 00000000000001cddf0b923eded06e91f01547ab53812acf8f07c6f3ef21e76c 245 0.07/1.00 vMB 92
189,476 189,476 000000000000067c4447c9fcebfec6eb6872212e9f923fa3d17712313ea37f66 32 0.01/1.00 vMB 0
189,475 189,475 0000000000000788a6dc1970d048f83f8886b101521a8675f98b0e682db75632 487 0.25/1.00 vMB 126
189,474 189,474 000000000000093251d332d76868011fa85c082b091c0e2057e13b335d52bebe 201 0.07/1.00 vMB 118
189,473 189,473 00000000000009727fc4233c518eb40a2ba8c945f98dcc3ee6c28deeab79538e 400 0.25/1.00 vMB 93
189,472 189,472 000000000000012aa8e3625045628476c8772c60a6d11211c5a5deeac7fc61d7 11 0.00/1.00 vMB 0
189,471 189,471 00000000000004484fb3fbd7b508606b85d95fb8c7217db9491c004f5fe4d716 357 0.13/1.00 vMB 205
189,470 189,470 0000000000000750c9b579785fbe68251e0604a2d1a09b9558c29c41a82d8795 3 0.00/1.00 vMB 0
189,469 189,469 00000000000002d9d5a1c7061f02459838771ac728db03921d2f7c25c57562a0 66 0.02/1.00 vMB 78
189,468 189,468 000000000000063478c007aee01a1f431775d4fe5463ac3da2b062a4e3b3ad86 131 0.05/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 783.18 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: 750.24 GB
    • Received: 18.84 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.