Loading Tool

Explorer IconExplorer

Memory Pool

51,948 transactions
31.18 vMB
0.10460562 BTC
Random Selection Loading Transactions
Max Size: 167.03/200 MB

Candidate Block

Mining Attempt 46133538eff0ede18d96b4f070dc9c93f5ee6602eca356684822a94f373c918f
Version 20000000
Previous Block 000000000000000000009fc5abf3eeb33248107da03149ae5461329189c8d7c0
Merkle Root 8b8d73a3f3b9b076769f0837baf2f4001792db84c474b12e0e9a737a0cb3dbab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,159
Size: 1.00 vMB
Total Fees: 0.02399203 BTC
Feerates: 165.88 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,823 (414,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,326 500,326 0000000000000000006ba611b89da25e3c5f70e002a8150166101dae8bffdb11 2,699 1.00/1.00 vMB 931
500,325 500,325 0000000000000000007b4fd4cabb0d02d3bdccd9983fc370f5f31eab7faa98fb 3,028 1.00/1.00 vMB 771
500,324 500,324 000000000000000000263223a39876ff8d23c659a018e824aba0fa9b28be3d2a 2,733 1.00/1.00 vMB 833
500,323 500,323 0000000000000000001cc26e84d1181071239ada9508f512533d397c147e5450 2,451 1.00/1.00 vMB 834
500,322 500,322 00000000000000000036b9b18ca9434ae09d39f7487bcb8aa91fc3002f984d45 2,364 1.00/1.00 vMB 932
500,321 500,321 0000000000000000005eee606b85a1d59f5181fb7112ce48a2af45c2ec2c9e25 2,781 1.00/1.00 vMB 926
500,320 500,320 0000000000000000002be1a2842d7f8a0556da7ee8c9dab506b985690dafc4df 3,160 1.00/1.00 vMB 798
500,319 500,319 0000000000000000005b0cafa925fef64ca2e7f4170feeac9eb5b5a499fdae19 3,366 1.00/1.00 vMB 788
500,318 500,318 00000000000000000088a10e94c1d002f63a3c10b442702cc861681b85b570a0 2,889 1.00/1.00 vMB 853
500,317 500,317 00000000000000000084eb1cf3a03978fb8d5c0f1bd5b2f6157410886be8a849 3,147 1.00/1.00 vMB 734
500,316 500,316 0000000000000000000c252cb2c045549830fcc1062961394123bc4090f131fb 3,275 1.00/1.00 vMB 770
500,315 500,315 0000000000000000000d401354ca00d07267215fed2e5e936ae89335125b06e8 2,458 1.00/1.00 vMB 828
500,314 500,314 0000000000000000005a552d00266b24962fe9f05f5ef552d4daf0ef9af4a6bd 2,212 1.00/1.00 vMB 804
500,313 500,313 000000000000000000282ac9977c3d103a3c6bd873b1f7744e8d42b83239baa6 2,202 1.00/1.00 vMB 951
500,312 500,312 000000000000000000301fcfeb141088a93b77dc0d52571a1185b425256ae2fb 2,580 1.00/1.00 vMB 720
500,311 500,311 0000000000000000004b1ef0105dc1275b3adfd067aed63a43324929bed64fd7 3,379 1.00/1.00 vMB 767
500,310 500,310 0000000000000000008508f76ba9bf5dd1ba3ef280b9b6f630a5868cb03d4d6c 2,806 1.00/1.00 vMB 836
500,309 500,309 0000000000000000004c797fd872c6485858f253efa69d1c045c465d33cb82be 2,950 1.00/1.00 vMB 838
500,308 500,308 0000000000000000005243be43519dc84387cde6175de5327cca85b2e1b27ae8 2,763 1.00/1.00 vMB 723
500,307 500,307 0000000000000000006fc9c795661181dea43fbcfe1a931c0762af3cb9170196 2,983 1.00/1.00 vMB 685
500,306 500,306 00000000000000000072a35863206c0a699c88e3a770e3eecb6e21eece334855 3,281 1.00/1.00 vMB 713
Previous 10 blocks ↓
Total Size: 782.08 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: 651.28 GB
    • Received: 13.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.