Loading Tool

Explorer IconExplorer

Memory Pool

76,880 transactions
28.54 vMB
0.09951827 BTC
Random Selection Loading Transactions
Max Size: 172.60/200 MB

Candidate Block

Mining Attempt 04600a8dcc185e7cc88212bd97f4de3b76e1aea4dc2d044d1dc74be338f7ea31
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 913074a4c0c345cd49c9bc8bb267d8debeabac9825d9dea552cea5d935c04586
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,448
Size: 1.00 vMB
Total Fees: 0.03443060 BTC
Feerates: 150.80 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (308,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,609 606,609 00000000000000000006b5f7e6a2581e3ceab6862fc768df865f87e71c1991a9 1,375 0.44/1.00 vMB 25
606,608 606,608 0000000000000000001048a5cf665cb8bf8704dfc2d8c3995b97c8fc3dfb6642 393 0.12/1.00 vMB 25
606,607 606,607 000000000000000000087a18e6d6c9703b4ad0f177ecfe333623f1ea7aa7a152 2,070 0.86/1.00 vMB 14
606,606 606,606 0000000000000000001470a23fd730e2d713e9b785c813c3ad81eb801ec5cc6c 3,260 1.00/1.00 vMB 27
606,605 606,605 000000000000000000079feec931f5b1f0c7a75325feaaa56e13fe382f1e9b09 1,469 0.46/1.00 vMB 4
606,604 606,604 000000000000000000080c606cec1350519608afae9bc76af0bd4a47631492b6 3,019 1.00/1.00 vMB 13
606,603 606,603 000000000000000000080fb7f5127eb1ba6651bd16eff406724ffa037b5b4f2b 3,217 1.00/1.00 vMB 44
606,602 606,602 00000000000000000000965ec97080c9661668714b9e24051254a4c8b8e65d74 1,450 0.79/1.00 vMB 16
606,601 606,601 00000000000000000011e9e9f3ce4df5d38bf5a15ac1849aafd8f504cd0fee24 76 0.02/1.00 vMB 22
606,600 606,600 00000000000000000012d022ff439505e676c77e4087570ebbb537bc19ab099c 2,866 1.00/1.00 vMB 12
606,599 606,599 0000000000000000000aaa61468dd3097d00a86d3c5fd2921d283d31ed55db4b 2,741 1.00/1.00 vMB 48
606,598 606,598 00000000000000000012c0ac277aebc1da032503a31731b20b3cf1d4b81f2f6e 2,062 0.91/1.00 vMB 2
606,597 606,597 0000000000000000000550c5550c0c8fbbb39d6a53509f33822aa30e19502ad1 3,009 1.00/1.00 vMB 28
606,596 606,596 00000000000000000010efafc55f929f39351340ab26640caaee202943701cbe 2,791 1.00/1.00 vMB 40
606,595 606,595 00000000000000000013df040c8b6a07f0be85d2b3f3ad49b8e0952b4f786d34 2,468 1.00/1.00 vMB 19
606,594 606,594 00000000000000000006ed96b3e3c75694bb7f29e17eea455f43e578faa43765 3,190 1.00/1.00 vMB 69
606,593 606,593 0000000000000000000c6720f32e9dd010de1cb726e9a5cd2437ce132f4a088c 852 0.27/1.00 vMB 32
606,592 606,592 0000000000000000000fab218834925262237334325221b5bcf6176d284c06ab 1,447 0.52/1.00 vMB 26
606,591 606,591 000000000000000000076d7e9f12a5eeeb00e3d21c326cb1699d4dfb9a174008 2,940 1.00/1.00 vMB 31
606,590 606,590 0000000000000000000848d8a0af4c377f2cc146eb2a13be57170a7e785d27d7 2,509 0.79/1.00 vMB 33
606,589 606,589 00000000000000000007b3277c5103b1b84d435f5aaa126fa44bb33496f59797 1,068 0.35/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.85 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: 712.63 GB
    • Received: 17.21 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.