Loading Tool

Explorer IconExplorer

Memory Pool

78,581 transactions
29.12 vMB
0.11744180 BTC
Random Selection Loading Transactions
Max Size: 175.70/200 MB

Candidate Block

Mining Attempt 5af31348e3f8a55418c671d3170ea3d5ee71d7e57813664054afaef1a92de928
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 731e160637d66991c89597bcb649690b3feec1048f7ab8f4108e1a7245f1be28
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,117
Size: 1.00 vMB
Total Fees: 0.04228304 BTC
Feerates: 150.80 > 4.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (420,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,762 494,762 0000000000000000005c922d4b5115fc94258027098a3dafad2254cfb65576fd 2,329 1.00/1.00 vMB 290
494,761 494,761 000000000000000000705377f5159cba262a3966e4a7bc9f5fcd53eebe83e23a 1,706 1.00/1.00 vMB 228
494,760 494,760 000000000000000000b4f5df6f59253a30cda09fdfdf16e30d144dcb6d1bc680 591 1.00/1.00 vMB 689
494,759 494,759 0000000000000000001d8f6361f35bc99ae8879d13aeabc2c0bfd409d5ff76aa 2,189 1.00/1.00 vMB 188
494,758 494,758 000000000000000000b75602e3513a675d5cab374f86151605c4827a1f7028e5 2,445 1.00/1.00 vMB 264
494,757 494,757 0000000000000000007b8a2f35c94fdb7cf009b7746be8a885bad31e251a1373 1,921 1.00/1.00 vMB 90
494,756 494,756 0000000000000000003c8d5bd5fa312a46729ec0fa3014257eb44796be08b917 2,137 1.00/1.00 vMB 283
494,755 494,755 000000000000000000270a0f0cb39ab7e66ec64d21954d7040c831c6982352ed 1,075 1.00/1.00 vMB 81
494,754 494,754 0000000000000000002f281cad64c671d2019b24b102895dbca02de3153fe939 1,296 1.00/1.00 vMB 165
494,753 494,753 000000000000000000a578a24bbdad97336d150e189101719d9c7e749ff99c4a 484 1.00/1.00 vMB 69
494,752 494,752 0000000000000000002fbb0d6c03ca58779fc012a4fa729c22aa8a413121335c 1,743 1.00/1.00 vMB 177
494,751 494,751 0000000000000000008aaf827f012ad73a67040c90df3133958bb6587b42f276 2,091 1.00/1.00 vMB 298
494,750 494,750 000000000000000000405c1b412481b9442936aefd726ac55f14cc0a4acdf3b1 2,259 1.00/1.00 vMB 303
494,749 494,749 0000000000000000003edfec349b8a9d62e488c0683246a371839252d962def4 1,823 1.00/1.00 vMB 197
494,748 494,748 0000000000000000008bdb6864bb246ca4d6844be40c0da3b22e858747c09d34 1,985 1.00/1.00 vMB 276
494,747 494,747 0000000000000000008c1042c0d846bdbb7fc76bffe54478b21172f93cf16e15 1,805 1.00/1.00 vMB 250
494,746 494,746 000000000000000000488dcda42a759db7f766594ee3cd1ce77466eb5057f75e 2,135 1.00/1.00 vMB 115
494,745 494,745 0000000000000000003b253b2e5d706f9df7d99cc8b173be49d510ab00e4e99e 2,323 1.00/1.00 vMB 342
494,744 494,744 00000000000000000088a82c2fa99d3363a3a0433b0bab868c6f1aad90a8ad3c 1,965 1.00/1.00 vMB 386
494,743 494,743 000000000000000000c251cc0e9f900adbc2398500ff7b614d884f23d41f5c1a 2,084 1.00/1.00 vMB 273
494,742 494,742 00000000000000000049c2ea5c3195b180eacba445dabb006e513bfd610f2f16 1,439 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.