Loading Tool

Explorer IconExplorer

Memory Pool

87,543 transactions
32.53 vMB
0.10782597 BTC
Random Selection Loading Transactions
Max Size: 198.16/200 MB

Candidate Block

Mining Attempt 679a8506dd95b7d0a571977702188fd6bf9f0b4ab2954e13c90e9689a71939c9
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root 9fe92a2d049c3b083de4bd06cbb03094fb1baf150c532847e17cde8801c1a5f4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,086
Size: 1.00 vMB
Total Fees: 0.02824832 BTC
Feerates: 318.30 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (558,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
356,737 356,737 00000000000000000bc9a575762398f53ed42d5979f13c9a8d27592555f1dc6a 428 0.17/1.00 vMB 32
356,736 356,736 0000000000000000062a2f46caf9070dd6f498004db1cae8c5af701d89d30935 1,481 0.74/1.00 vMB 27
356,735 356,735 000000000000000005fca99d17cab1a7e3843a8c2445ba1ee72a832bc30e5fc1 47 0.01/1.00 vMB 35
356,734 356,734 00000000000000000dbb59ca3ea8250ba6f05406c726b02eedfc0ea955288f45 723 0.37/1.00 vMB 23
356,733 356,733 000000000000000008202f5b8c3f2890aed41f8217c97f807c7a6c42b073cc58 199 0.09/1.00 vMB 30
356,732 356,732 000000000000000002049653b66b7b8896dc25b8f56a16954fd212b0c8aca880 1,042 0.62/1.00 vMB 24
356,731 356,731 0000000000000000131a2340c3763c28e42f670096e236e5f3ada385fa6e41ce 1,017 0.47/1.00 vMB 26
356,730 356,730 000000000000000009050d3625ea239b7a0c767156f3ab63d6c8c56e3f0d1626 164 0.08/1.00 vMB 27
356,729 356,729 00000000000000001318773fa3027175ab8926b698278e42d911659d0d68514d 857 0.61/1.00 vMB 35
356,728 356,728 0000000000000000167b7cbb847cabd0029a5322387ccb4a312aafbb9e3e5f1b 182 0.16/1.00 vMB 17
356,727 356,727 00000000000000000d8ae674ce16252c8ad4c992e3db5e3dfb646c63b2fca603 183 0.10/1.00 vMB 12
356,726 356,726 00000000000000000f2a95f13f8175dc5e5b3a659e720ca7c541f5b452533f85 971 0.51/1.00 vMB 27
356,725 356,725 00000000000000000b5ccc56e05d349ee852deddcb94ab3c2f2b6d81ee789e6b 222 0.11/1.00 vMB 28
356,724 356,724 000000000000000005f178f516c53b7f4e41f61ccd7a99c7026a8907517d9958 779 0.35/1.00 vMB 56
356,723 356,723 000000000000000003d2c9ab3748cee80701af8d4317bcd728914aeae545535a 280 0.16/1.00 vMB 21
356,722 356,722 00000000000000001537af797fc306f8a8d5670aa4e1712b78a722cbd0b86c1f 591 0.28/1.00 vMB 28
356,721 356,721 000000000000000010dda51d89b8eb7be344d66766fd750172e978a90ca6ae6b 507 0.23/1.00 vMB 24
356,720 356,720 000000000000000013a799d65543c72dddde8de2dbd1026ad2b0ddaf4c38aef3 1,059 0.59/1.00 vMB 21
356,719 356,719 0000000000000000119eb94e55d82f84a6e4a7cfc87c488b337447edfac9f6b8 1,852 1.00/1.00 vMB 18
356,718 356,718 0000000000000000086179fce485fa92452234b00c6765f831ab18a671a6fac6 1 0.00/1.00 vMB 0
356,717 356,717 00000000000000001583537ac5180a2b4e6ac2bbb1fc2facd826df3ce54bb816 1,133 0.75/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.98 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: 717.05 GB
    • Received: 17.82 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.