Loading Tool

Explorer IconExplorer

Memory Pool

45,270 transactions
27.84 vMB
0.08902833 BTC
Random Selection Loading Transactions
Max Size: 146.23/200 MB

Candidate Block

Mining Attempt d29eea437da54e9b59408bc4609cd92c6b4c542a272bab2f85e2066a93e01aa7
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 5fcd2f156ca6da03db07223e2cdc6359245e08fc3f12f6f45f4d4ffbc1ee5bd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,950
Size: 1.00 vMB
Total Fees: 0.03427652 BTC
Feerates: 157.73 > 3.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (631,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,090 283,090 0000000000000001cb3fadc2cbe2c01043332b0e7b4de9e2876cf469967ae07c 529 0.25/1.00 vMB 45
283,089 283,089 00000000000000011d12c82b0ea09ecd9bdd929a15191f6fc0235507d2e06e26 159 0.05/1.00 vMB 165
283,088 283,088 000000000000000147f27138b56f1fbbe9b3ac05e8096aa7e7226bf39d0f3fe4 567 0.53/1.00 vMB 18
283,087 283,087 00000000000000016a60ee1034d355c7e65da88517a50e63f78d66376c6d4239 570 0.23/1.00 vMB 62
283,086 283,086 0000000000000000d5f7ffe4dd8ce6ddfff47313cf4700fb41c3336a2878e4ba 706 0.25/1.00 vMB 39
283,085 283,085 0000000000000000bbcf9dded7b82ff4325a9cfee5c17ab3ef29cd4cb00f72e1 1,109 0.35/1.00 vMB 65
283,084 283,084 000000000000000039d0a750b8cdf57fdf5e87bf380f0bdb2b46f1ca5e3be0f3 153 0.05/1.00 vMB 262
283,083 283,083 0000000000000001e67539fbc512671f46195ecded744a8e31faddf2bd4b05fd 731 0.33/1.00 vMB 46
283,082 283,082 0000000000000000c2e9e037624d7054d89f2ac11aff9706fb8a2cc9b1c4ebe0 250 0.10/1.00 vMB 50
283,081 283,081 000000000000000008d757272124c642cace8186c16a7c43301ebbc931f5247a 39 0.02/1.00 vMB 37
283,080 283,080 0000000000000000c02a738751e1fa5e83744818fdd24e0125e21f9514f4eb66 436 0.41/1.00 vMB 22
283,079 283,079 000000000000000116ffef07d2d8edeea97caca9f9e1ee2a88d7926d9e73af4b 359 0.25/1.00 vMB 30
283,078 283,078 00000000000000013e1b1fa051a980f6a6783754ed95bc3a68c717e6d29879fb 554 0.35/1.00 vMB 29
283,077 283,077 0000000000000000d92263e85ab12bdaa200b9b51885fa66555b494423bb65ac 823 0.35/1.00 vMB 39
283,076 283,076 0000000000000000b639a2d190258722aa114f4f586825858db55e2391c92f89 677 0.35/1.00 vMB 30
283,075 283,075 00000000000000012c69f4299e7aa710cdb2caf2c255d39a22eaf7c40c534766 158 0.05/1.00 vMB 128
283,074 283,074 0000000000000001d5f914337acd4507b4775abc43aae95e78dbfab8c8835240 624 0.25/1.00 vMB 28
283,073 283,073 00000000000000006dd670ea3f2b647b7a24d1b8474bb0f451b445df11b58604 164 0.05/1.00 vMB 267
283,072 283,072 00000000000000004e22a2e23a59c69d578fad230931e3543d2e89d6e943fb0e 1,158 0.35/1.00 vMB 111
283,071 283,071 0000000000000001f23d2cc72240576f3f8ace0045ace1dd9882941fac53b0d9 1 0.00/1.00 vMB 0
283,070 283,070 0000000000000001249a0fadc7917a93cb93f4cfbb77ff9377aaf1fcee8782ad 50 0.06/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.23 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: 655.04 GB
    • Received: 14.24 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.