Loading Tool

Explorer IconExplorer

Memory Pool

104,471 transactions
25.88 vMB
0.10148188 BTC
Random Selection Loading Transactions
Max Size: 179.37/200 MB

Candidate Block

Mining Attempt 6078f900aeaf3ae22e4665e9be0ff8ab71b45f37001bda21ab3585a4ed0c08f6
Version 20000000
Previous Block 000000000000000000018d13605ee1d6be4bcd3eb55a27fea096865e7123cb9d
Merkle Root 46a8c759754b8b548aad2e7d5964c0ada161d0d235fbe2c81355f806f02af2bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,036
Size: 1.00 vMB
Total Fees: 0.03814073 BTC
Feerates: 151.68 > 3.82 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,921 (906,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,192 9,192 00000000f7b74a45384160898e182bbb63ea2628b8ee32659ea5e901bfdf7bf1 1 0.00/1.00 vMB 0
9,191 9,191 000000006a8240846dabd26327f936bc418947fd0da8dfcfe182e0fecbc1cb71 1 0.00/1.00 vMB 0
9,190 9,190 000000005d2737a4a4c65e7d54dca3c4b257ded4332d0c973ac08521bd4422f5 1 0.00/1.00 vMB 0
9,189 9,189 00000000402b05fe01a01f6c8cf73d0765407994bc95d5a2d833e1f34f9e653d 1 0.00/1.00 vMB 0
9,188 9,188 00000000cdf03f5843f16bb40456cbf509280afa5093404a8eb2b76d4d7e694f 1 0.00/1.00 vMB 0
9,187 9,187 0000000065f35f8f590064aae9c964227a29b0e433abd4d85978c34225aa8fb8 1 0.00/1.00 vMB 0
9,186 9,186 000000003865dd95666b8196090790c5952d7ee45e9dce3e7bc991212a3dc975 1 0.00/1.00 vMB 0
9,185 9,185 0000000092cfcd02dfb69c6b137fe1c864dea27cc09734ed766bfb9df84ee8b1 1 0.00/1.00 vMB 0
9,184 9,184 0000000049d65f49caa5f7e9eaa8c2f7aa405c21f744afebf17337b81452691d 1 0.00/1.00 vMB 0
9,183 9,183 00000000969d282687ef375d72be4042b9ee819bad53632164d406f16f0cd4bc 1 0.00/1.00 vMB 0
9,182 9,182 00000000fb64b966746c14a84f563b59adc1202b65134d22c49254a688becccc 1 0.00/1.00 vMB 0
9,181 9,181 00000000e5a590bf0cad56ef68b0f9a276c48d15f34c03892a0ad47aa918e8f9 1 0.00/1.00 vMB 0
9,180 9,180 000000006214c7719ee0a5e5805c6fd301df2f47f676156998a3ece913defc22 1 0.00/1.00 vMB 0
9,179 9,179 00000000f526ef6d614f818127852c5a09f69942e9bbb04a7b15cb6f68af64e9 1 0.00/1.00 vMB 0
9,178 9,178 000000007ac01c82eae9bf66761bb315bc29c72517d3b024033b5223d821ae2a 1 0.00/1.00 vMB 0
9,177 9,177 000000002a18e023fd07151a80d14b5920af4621149f56b3ee9b8ad9801b1c4d 1 0.00/1.00 vMB 0
9,176 9,176 00000000a339f72d1190f919b401f8f199ec85224fd8921977a40c35b4496dcc 1 0.00/1.00 vMB 0
9,175 9,175 0000000082635ed303ee7abe0a3f33e4d129463b073d2c2d74001920581542cd 1 0.00/1.00 vMB 0
9,174 9,174 00000000212493fbc194d3ad6b4919eb1e5d12de5fda10b792df87d6181dbd83 1 0.00/1.00 vMB 0
9,173 9,173 000000008725c2ef27dc2a293c97bb446586d4aeeb1f9b62eb9f94c347bd1a76 1 0.00/1.00 vMB 0
9,172 9,172 0000000025bc5e1e48fa381ac934cbdf4c59345deb9fcffc7566de29da908317 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.97 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: 798.69 GB
    • Received: 22.55 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.