Loading Tool

Explorer IconExplorer

Memory Pool

81,426 transactions
31.24 vMB
0.10005944 BTC
Random Selection Loading Transactions
Max Size: 188.99/200 MB

Candidate Block

Mining Attempt 8ca2f30b02ed21392050305977d49960fc60bd4edfc46cd6ea0430b1bc2f287e
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 73596d04130ac7b885d30b88361dc00c7c4a5562f9bd57f2131da8130cda3295
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,418
Size: 1.00 vMB
Total Fees: 0.02301595 BTC
Feerates: 106.51 > 2.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (16,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
898,853 898,853 00000000000000000001a6ad6f26ee7ca230c5dd5236e342d05e2ff5061be1bf 4,856 1.00/1.00 vMB 8
898,852 898,852 000000000000000000016dd9f07c06f75d72931a8f638fa4eb054e9bff46ea70 4,628 1.00/1.00 vMB 5
898,851 898,851 00000000000000000000684ca8d5838a4e9003072ee3f8dc5c150ff1546ffe1a 4,220 1.00/1.00 vMB 5
898,850 898,850 00000000000000000000bf4abdfc5cc3bc6cb1ccbff9ab953ed2f7a8d97d7771 4,428 1.00/1.00 vMB 3
898,849 898,849 000000000000000000009e9d5f05af852df519c3e0f09067b6f98065f5a9ba14 3,987 1.00/1.00 vMB 5
898,848 898,848 0000000000000000000167eb64dfe255ca326faec3a06d11a7c63bc6024ee9ce 3,434 1.00/1.00 vMB 3
898,847 898,847 00000000000000000000316c2af8fd7902adeb45c6abfc3b93cf337ef5ce90d2 1,764 0.77/1.00 vMB 4
898,846 898,846 0000000000000000000223a027c7101429c57fde11059de7a8966b4561a61c04 3,424 0.98/1.00 vMB 4
898,845 898,845 00000000000000000000008b79ba7862bd8885a557e6b5b88d1ac2044bfb400a 2,351 0.85/1.00 vMB 3
898,844 898,844 00000000000000000001d585b8cefae64fa31ebe05469c0d2d756f779704a87e 685 0.33/1.00 vMB 2
898,843 898,843 00000000000000000000f513a097f4ecfc51a46ecc9b0208d1fd71fb45b1645e 1,167 0.52/1.00 vMB 2
898,842 898,842 00000000000000000000ef39e5e3093ce32fbc7a35ae260d688a517d2f411d9a 1,453 0.90/1.00 vMB 4
898,841 898,841 000000000000000000007320036727c625b2fec4a01adbaf48820b62308e7f11 1,339 0.99/1.00 vMB 2
898,840 898,840 00000000000000000001431586b9d36d8b0ce35acd4b6f096854a408b625e366 651 0.93/1.00 vMB 1
898,839 898,839 00000000000000000001e68d0359af86d4506d5cab32002b5893adf7f60840e8 1,846 0.97/1.00 vMB 2
898,838 898,838 000000000000000000017239a90607cc78b204701f964f1a16c7336d80a9cf6b 1,807 1.00/1.00 vMB 4
898,837 898,837 00000000000000000001abaceefcc3570e5d5b3b7ae1ccde5200531688c8410e 2,772 1.00/1.00 vMB 3
898,836 898,836 00000000000000000000d7f7b19911a0aa3153361e652b7de555dc6d5dcf7c60 1,651 0.92/1.00 vMB 3
898,835 898,835 00000000000000000001025414d08931feb6416313cadb32bb262e575dc45dea 1,535 0.97/1.00 vMB 2
898,834 898,834 00000000000000000000b926523f9d55815fbfaf6d98a6e86c09dc4f61ee536b 2,545 1.00/1.00 vMB 3
898,833 898,833 00000000000000000000f550097c796cc03e2eedd6d3ee07a100d3d51b299c02 2,905 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.