Loading Tool

Explorer IconExplorer

Memory Pool

64,090 transactions
18.97 vMB
0.05772041 BTC
Random Selection Loading Transactions
Max Size: 121.87/200 MB

Candidate Block

Mining Attempt d6742906670b722c88fe512464b931acde6fb805c679e2c99bd14fdfd4f55d74
Version 20000000
Previous Block 000000000000000000016af6bdb14f4de712c2154dcf968d3da485051e001e31
Merkle Root 45b6c2d39eb2e6cca37a7e6464dd88f4acb349a7d1989bc48a8636b5edf0922c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,977
Size: 1.00 vMB
Total Fees: 0.01443838 BTC
Feerates: 60.13 > 1.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,805 (837,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,858 77,858 0000000000668a8251a2c396b23077aac46e27d47d9a2e763a8b4a41f720602b 1 0.00/1.00 vMB 0
77,857 77,857 00000000003665210f7738354a0447440bb3cc07b8704f19e111c0226f6d475d 2 0.00/1.00 vMB 0
77,856 77,856 00000000002a6652e9c7f9874ed8c9beda04d34d3979fff5c905b6eb4054511a 1 0.00/1.00 vMB 0
77,855 77,855 0000000000261f77c786523eb8034fea40259d45cdcad5956c4da3c73e20cc7a 1 0.00/1.00 vMB 0
77,854 77,854 000000000047c9d34a799aec8bc1b2675e356a5dd40d33c6c73db635badbb60c 5 0.00/1.00 vMB 0
77,853 77,853 0000000000649a2a75850f4f2efc8694a97477161ef895cb90440a3cdd1e4b2a 2 0.00/1.00 vMB 0
77,852 77,852 00000000004a747dfa3045771973d4bf0fb1ad847990acd29125e2d92a562edc 2 0.00/1.00 vMB 0
77,851 77,851 000000000040f5d7c8648b998b0e1778b7fa263845820e796b6a91f396681c7a 4 0.00/1.00 vMB 0
77,850 77,850 00000000000d6ccb28c8e741256d5e02fee94fcd5fb2bb594d19504a060c72c8 3 0.00/1.00 vMB 0
77,849 77,849 00000000002a7082cfe77747156927a395be317df2737df5bec11ae121aeb005 2 0.00/1.00 vMB 0
77,848 77,848 000000000059b7fd83dd824ca27cb7956777357cddd1d3e283578a11cebc25d9 2 0.00/1.00 vMB 0
77,847 77,847 00000000005fe68b645f8c7385b2427d3da61f8e5472e35376bbbaabdf176bbb 2 0.00/1.00 vMB 0
77,846 77,846 00000000005082bb80dfbe6169645ef18aaa24ff7aff283fcdbe29a5afadc99c 1 0.00/1.00 vMB 0
77,845 77,845 00000000004b0f4885bd512120e669a054cb01c129d77e3fa660a1c8e9649b7b 5 0.00/1.00 vMB 0
77,844 77,844 000000000011f9494e0605dbefa45bafa3854de40e47be8c62810ab683c762b3 1 0.00/1.00 vMB 0
77,843 77,843 000000000054bbd1efaf8181f21641cdd042d8fb76c28f1a7fa24a1dbbaa9bcf 2 0.00/1.00 vMB 0
77,842 77,842 000000000017015727d675a656a282f56e4d49cae61ae456bd9c541660c292ea 2 0.00/1.00 vMB 0
77,841 77,841 00000000001b5a7204be4dc0f1dc442ea1203325bb0c7dab0d00396c4d63fbc2 2 0.00/1.00 vMB 0
77,840 77,840 00000000004786d9f59329f13fa6a57ff66e502f74771934c30b4649da0904a7 1 0.00/1.00 vMB 0
77,839 77,839 000000000004dff1aa4489497ff672aade8e85f2d9c4ee495ed54ce7fb3fbf62 2 0.00/1.00 vMB 0
77,838 77,838 0000000000679066c2559d65ad8fde80376562c25c8c28931d9feb3ffcc15b39 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.77 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: 785.59 GB
    • Received: 21.59 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.