Loading Tool

Explorer IconExplorer

Memory Pool

41,309 transactions
32.85 vMB
0.09651844 BTC
Random Selection Loading Transactions
Max Size: 163.68/200 MB

Candidate Block

Mining Attempt 513585bd8cc3f0107dfe33d5712ebd0cfca3417a0c9d81382bdfb1f7614b0c10
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root 24acf8fa04b363ccfe91b81c27dcabc701b777b85129b2b4ec3de888a1dee2fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,532
Size: 1.00 vMB
Total Fees: 0.02679884 BTC
Feerates: 501.64 > 2.69 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (368,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,325 546,325 000000000000000000209b67b78a1665c181a199f1771524ac306918785bd4f1 2,511 1.00/1.00 vMB 18
546,324 546,324 0000000000000000000b9216acb45682d93cb6c5f966f6893b62841266696761 986 1.00/1.00 vMB 5
546,323 546,323 0000000000000000000540cbf58888ddb234b67a94c8e5040b4bb90784a777cc 1,552 1.00/1.00 vMB 3
546,322 546,322 0000000000000000002501e4b0dc8d3758d133792a0cf4fb30ba47966a79cfc3 1,379 1.00/1.00 vMB 11
546,321 546,321 0000000000000000000ffac09ab3bb924f579becb63dcd8f4d920bf895057717 2,246 1.00/1.00 vMB 9
546,320 546,320 000000000000000000253eb2f3784820fdafc987ea15b898780e8f2c59bc7041 2,291 1.00/1.00 vMB 18
546,319 546,319 0000000000000000001abb2a5557b92c9fcc285802f19acbdb9b44a8164dc79a 2,787 1.00/1.00 vMB 16
546,318 546,318 00000000000000000016e905241d0ab51c24864584e97199e61203930fdd1e30 2,091 0.81/1.00 vMB 8
546,317 546,317 0000000000000000000c0cf7aa1ee17a1c902fa870e0835cf13758b89d2d6d0a 2,229 1.00/1.00 vMB 10
546,316 546,316 0000000000000000001a68a7f589bc25b8ba4694e9615e84b4cf41b64a4e412d 2,331 1.00/1.00 vMB 14
546,315 546,315 0000000000000000000c6f275f747c7bc7e1d3325e500d70ae077c7b3c9256e7 2,332 1.00/1.00 vMB 18
546,314 546,314 0000000000000000000f052f6ece36afd61c1255f7ccc7618e326e485ac9549f 2,743 1.00/1.00 vMB 13
546,313 546,313 000000000000000000134e125b10d26fcd57798f30a859055a6ec078877c47a1 3,033 1.00/1.00 vMB 33
546,312 546,312 00000000000000000005dd41736a7e286b8c0a9b1837ab08e7875392b8c4c007 3,308 1.00/1.00 vMB 12
546,311 546,311 0000000000000000001b220d9aa27c31f956b13f0ed6a17cb456edf3c2c07cce 2,985 1.00/1.00 vMB 12
546,310 546,310 00000000000000000001f68031ac64b74e35f19027648815c5051c25d88a24f2 2,633 1.00/1.00 vMB 25
546,309 546,309 00000000000000000000c065e5d2f50cb0290603757e6222be5ceed513c5318e 2,755 1.00/1.00 vMB 17
546,308 546,308 00000000000000000023bb5b2942ee81614249c293f1a1644bdbc29295aa82cd 2,851 1.00/1.00 vMB 25
546,307 546,307 00000000000000000024dac50a721369cf4ec08615a4ec6b83e5e893dae8147d 2,772 1.00/1.00 vMB 21
546,306 546,306 000000000000000000199208392e3369dfa40840713e70fcc204c95b2d16dd44 2,574 1.00/1.00 vMB 20
546,305 546,305 000000000000000000253be425056d9cfb5ad081806a37d53fc0e33cc45021c0 2,473 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 781.61 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: 624.09 GB
    • Received: 11.53 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.