Loading Tool

Explorer IconExplorer

Memory Pool

74,349 transactions
28.66 vMB
0.07511985 BTC
Random Selection Loading Transactions
Max Size: 169.81/200 MB

Candidate Block

Mining Attempt 5594fdc71441abff72fdc977d7255e42cf7c56d8c0b8c4e0019a38388d0a7b3f
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 841a4573d348431f580610cfee1321d622a684f15c6e3ca44ac3ce68c98b187a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,055
Size: 1.00 vMB
Total Fees: 0.01754923 BTC
Feerates: 250.89 > 1.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (374,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,110 540,110 00000000000000000001bfa6dd618f8e273391b6d8af1b5eed0b9a1cde1cc859 2,188 1.00/1.00 vMB 16
540,109 540,109 000000000000000000211bbdf9cf30f9584cb6ade87c7a00370342975a09f998 651 1.00/1.00 vMB 9
540,108 540,108 00000000000000000001a7258c88b66f85adce123482ec0dc90f8f10067f6177 1,081 1.00/1.00 vMB 11
540,107 540,107 00000000000000000021868c2cefc52a480d173c849412fe81c4e5ab806f94ab 230 1.00/1.00 vMB 4
540,106 540,106 0000000000000000001e719751a8f1262a2a37599f0f671cfa55ad57b7b3d2a1 2,328 1.00/1.00 vMB 22
540,105 540,105 000000000000000000115bed651818c92e7353bcda0834eb138f89ddc6be81ae 2,955 1.00/1.00 vMB 33
540,104 540,104 0000000000000000002179349a4f4718e7a345f49f5150f7dda955c708db52a6 2,663 1.00/1.00 vMB 14
540,103 540,103 0000000000000000000473cd2147e7457efcd0d5c79e848cbc73e0862cf2d7de 2,625 1.00/1.00 vMB 24
540,102 540,102 0000000000000000001cf062437e4184f3a7f8ca06f93ce8ea68b50ddf54e920 2,549 1.00/1.00 vMB 28
540,101 540,101 000000000000000000198da3314d437aa6ce0c4da0d231b7b1f3382f8574d2f0 2,447 1.00/1.00 vMB 22
540,100 540,100 00000000000000000012c43649a79b31bb9672c7d1e5fd5514b5640f6707cb39 2,366 1.00/1.00 vMB 11
540,099 540,099 00000000000000000014d52055fe1e2e17bae447b25fffb5b97d9a17d68d6d4a 2,328 1.00/1.00 vMB 33
540,098 540,098 0000000000000000002680f96410408768220ed4528ccf372276f68f38cbd3ce 1,678 1.00/1.00 vMB 13
540,097 540,097 0000000000000000001edf524dca506cc391c34531fb313056bb0340016cfb56 1,861 1.00/1.00 vMB 10
540,096 540,096 00000000000000000025507086c8e1e0020ea624528a0b6b2d88a2ba84d3cd73 2,770 1.00/1.00 vMB 14
540,095 540,095 0000000000000000001d68bce1f4dfd368f9823c85ddd84d5d2a1b665adaf17d 3,082 1.00/1.00 vMB 28
540,094 540,094 0000000000000000000ffa97352b5b30e17f4eb8d8f973a2ec535068a19b295e 2,372 1.00/1.00 vMB 28
540,093 540,093 00000000000000000010b96ca716348276dcb31574d8589c8fdc8d0a513e66b6 1,897 0.97/1.00 vMB 33
540,092 540,092 000000000000000000216d875def44b44a1d2015b16790e1a248fff143e0bc09 1,276 1.00/1.00 vMB 15
540,091 540,091 0000000000000000001388a36623334ed98eecc4203ac668b03216106124707f 2,437 1.00/1.00 vMB 23
540,090 540,090 0000000000000000000828b536d5cb42b2353fd6130270b0ec15cfab2662a07f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.