Loading Tool

Explorer IconExplorer

Memory Pool

78,199 transactions
29.02 vMB
0.11346797 BTC
Random Selection Loading Transactions
Max Size: 175.13/200 MB

Candidate Block

Mining Attempt 1cf5a350d78d070e29253c12675e8da5587347b1b0d47625c57f6d3eeffcb4a9
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 134c710092a7a59656e22a64ac54a88f236a2ae9044cb275c73a79c48a48b8ed
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.03997851 BTC
Feerates: 150.80 > 4.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (673,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,925 241,925 00000000000000b76b1fa70e976d017977f5310b7fa3881f28d9ea075e89c159 174 0.08/1.00 vMB 171
241,924 241,924 00000000000000c9c069b03754ec5b7f7b5571dcabbf704a92146a1bcb3de963 44 0.03/1.00 vMB 119
241,923 241,923 000000000000002ec1e7118b0f420a8cee0e6cb1f8739891618bcf9aefb0cb99 424 0.18/1.00 vMB 167
241,922 241,922 000000000000006fb1cac642d6ba70b1c8ae0fb416aebf28ed283d31c4ae5153 241 0.08/1.00 vMB 84
241,921 241,921 000000000000004b836339862a81f9e1869a520dfbcd56a0bc6fdefac80d3177 249 0.11/1.00 vMB 187
241,920 241,920 00000000000000b79f259ad14635739aaf0cc48875874b6aeecc7308267b50fa 146 0.06/1.00 vMB 201
241,919 241,919 00000000000000d9b66fee19af89eaaf3f3933d1acd2617924c107f0abbe0a41 299 0.12/1.00 vMB 308
241,918 241,918 00000000000000a90c71e1b2820fa30878c73e940323a23dfc21485655c8e2f9 117 0.05/1.00 vMB 153
241,917 241,917 00000000000000f80f4ee4d08d3d29c08076f00bae6aaa98982d2515b09aac6a 144 0.07/1.00 vMB 138
241,916 241,916 000000000000007c7a8999ca6f6dab4a0b37d8c3c98662bd299a62a92f0f4545 157 0.10/1.00 vMB 159
241,915 241,915 0000000000000079ccf34489e30b943613523269a46d50f77648f2cdb90a1d80 307 0.17/1.00 vMB 126
241,914 241,914 0000000000000034cbb7b66fc02d085deb04f9b7bbca531b48f3fc91cfcf6f0d 419 0.25/1.00 vMB 129
241,913 241,913 00000000000000816e9c94a9437ac8b687f4a68288017b5bc20530e92181b986 341 0.10/1.00 vMB 52
241,912 241,912 0000000000000052c19fea8daf1af3668812fe19da5dd2ce6d07a16edde58bf4 665 0.25/1.00 vMB 198
241,911 241,911 000000000000004574a86fbd12de11ed924d7349e07fb55b3bb19cd211c416c4 6 0.00/1.00 vMB 71
241,910 241,910 000000000000003d3d4d40af7337dbe8a18182915f88a002447ba3a365b609b7 65 0.03/1.00 vMB 162
241,909 241,909 0000000000000065cac71a773be4eacece2f621b758269095a22e4203f37de23 232 0.10/1.00 vMB 148
241,908 241,908 0000000000000059390653f58ccaf0651c8b55852b03b0b089b9eec614d244d0 103 0.04/1.00 vMB 210
241,907 241,907 00000000000000d7a08ac8879bc7107777be83de3ad12ce04a9de531ce1e2249 145 0.07/1.00 vMB 127
241,906 241,906 00000000000000a60dd42d4179813219ddd75e761af6d60a34ae297bec18a0cb 249 0.09/1.00 vMB 172
241,905 241,905 00000000000000db73f3ff703233899f2aeefc879cd3fa006774f13e0133ae31 13 0.01/1.00 vMB 99
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.74 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.