Loading Tool

Explorer IconExplorer

Memory Pool

79,333 transactions
30.75 vMB
0.10820742 BTC
Random Selection Loading Transactions
Max Size: 180.45/200 MB

Candidate Block

Mining Attempt eda07606a290c0ea5a43fabd4093f143f5122611676fcfccce953ccc157ad022
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 5d5e8ef35fbeae1589689444fc65a069f96301b538bea8638736a2fbe526134a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,842
Size: 1.00 vMB
Total Fees: 0.03452407 BTC
Feerates: 201.36 > 3.46 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (673,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,063 241,063 000000000000002ddc11eb0e451130020757616482f4e4d6b1ce90e0e8c5193f 104 0.05/1.00 vMB 101
241,062 241,062 00000000000000d37cb8f7aa240ccaeccfd6d551877b896d60db6a7b4bf9a7f6 505 0.25/1.00 vMB 169
241,061 241,061 00000000000000f3e8ca7e1c0400cea2f7966ba1347a94c2e7b8eaf647326d3f 6 0.00/1.00 vMB 0
241,060 241,060 00000000000000cc34be673b452f56c273298a686cc3c077b94c19cbb2ed3d23 34 0.01/1.00 vMB 103
241,059 241,059 00000000000000ad39e3e0f19ea8a8d7c28d6e97c2fb4ee1e83c0f0518936e41 179 0.08/1.00 vMB 171
241,058 241,058 00000000000000e2c6b5f6fe8a75e0ec0be1dd8e3ebfd96f055601c3000d4af9 61 0.02/1.00 vMB 183
241,057 241,057 000000000000006441a091757b200b35f4b6e6d77befd6fa0eda1f5f35675ac3 216 0.10/1.00 vMB 134
241,056 241,056 000000000000006e6c0a7c6bbcc7bfd7b353628e398558bfe7941dd764754ace 26 0.02/1.00 vMB 78
241,055 241,055 00000000000000609f5ccf61e83c903d933a2ea7dcb5addbbd0002f8926cee54 354 0.15/1.00 vMB 237
241,054 241,054 0000000000000066f298696ee58d771eff057f777f330b68fdc109ac8f79d43b 101 0.05/1.00 vMB 107
241,053 241,053 000000000000003133ec4d4fd81501b127e73c798770266dcf19fe0aaa42ff74 37 0.02/1.00 vMB 129
241,052 241,052 0000000000000075ffd3df967fa378f7c3a908061edd83aa1c05d07fe18b0bf0 77 0.06/1.00 vMB 117
241,051 241,051 00000000000000b5d4cc81ba1bb2c5a50e13cc89ee0527a22da8efeeda4daf2b 232 0.10/1.00 vMB 186
241,050 241,050 00000000000000a4f1831a30857011ab8aa0e6c5762953db07302eaa7ff3944a 405 0.19/1.00 vMB 178
241,049 241,049 00000000000000d33a210cc5eb69b8b8a0948e0e03f5758eeafae832a3cdd9c8 133 0.08/1.00 vMB 156
241,048 241,048 00000000000000e31eee1fc93edcd4d81bde99c305e66f1084c30058508414e2 48 0.01/1.00 vMB 226
241,047 241,047 000000000000004847d68dd178add0398b7d80cbec68adc67445a532e2060883 57 0.02/1.00 vMB 184
241,046 241,046 00000000000000de2f7093c257b3bc2551d57d06021d7c002979442bb7f01508 172 0.08/1.00 vMB 134
241,045 241,045 000000000000007fc5929c5e0a942d417ed8f04c4ddbe94b0cc91c121570a297 340 0.16/1.00 vMB 166
241,044 241,044 0000000000000110fe0f4405df6ba668f3095671b76858fd8f03b0f186432396 234 0.12/1.00 vMB 262
241,043 241,043 000000000000006c8cae86a127b9d2275730bc34f90abe2f4b8f7bb0b176178d 178 0.08/1.00 vMB 228
Previous 10 blocks ↓
Total Size: 782.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.33 GB
    • Received: 15.48 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.