Loading Tool

Explorer IconExplorer

Memory Pool

78,040 transactions
29.09 vMB
0.07102310 BTC
Random Selection Loading Transactions
Max Size: 174.15/200 MB

Candidate Block

Mining Attempt 2113b89fc492f720aebf98f7030a77cff9d0eba598e5ac35ecd5bec543918e9c
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root f32c319245a35de663fd6455ae5ef0a1276db72f921b36770865270e24081339
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,242
Size: 1.00 vMB
Total Fees: 0.01211751 BTC
Feerates: 73.20 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (229,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,862 685,862 00000000000000000000e9f5c8953e27dfde95233ba96c4c1a69ed92b1457477 1,854 1.00/1.00 vMB 32
685,861 685,861 0000000000000000000a6003f22c8a182c2dee7259ee2f7a9f7c239ff3374836 1,662 1.00/1.00 vMB 16
685,860 685,860 0000000000000000000467476b951fb7bd9e07aee82c1b1340e5d91a4d94c49c 2,081 1.00/1.00 vMB 37
685,859 685,859 0000000000000000000ac53206cea9912833569f631dc71ea8ed9ed791c98939 1,535 1.00/1.00 vMB 11
685,858 685,858 00000000000000000006142617ecd4e41c2cab90de7988c95701871be4972e08 1,852 1.00/1.00 vMB 33
685,857 685,857 0000000000000000000061f39a77e357b8c57b8a7944ca6cff2c997ad76e686f 2,531 1.00/1.00 vMB 32
685,856 685,856 000000000000000000097be6e1538e8774b123071cf635e654d00bd66cf14a69 2,642 1.00/1.00 vMB 34
685,855 685,855 0000000000000000000231295adc58d9d40a18dbc66fda223fefa3a3f25c0f2a 724 1.00/1.00 vMB 51
685,854 685,854 0000000000000000000a6115822bce23aa7e0131b77187ad6abcfbe91fb6a95d 1,498 1.00/1.00 vMB 46
685,853 685,853 00000000000000000006df02946014b236547f1985a7c265c86dff95c71615c5 2,610 1.00/1.00 vMB 53
685,852 685,852 000000000000000000088789fc4d934cb382066f25cc70a9da5830af27c7e1ce 2,763 1.00/1.00 vMB 94
685,851 685,851 00000000000000000007d2d31196b02c2c3d73e2306f174a84a93d9ac6210f50 2,637 1.00/1.00 vMB 41
685,850 685,850 0000000000000000000065bdc2df9d2313e443786f30ee6d3e3c0a80f72fb501 2,639 1.00/1.00 vMB 33
685,849 685,849 000000000000000000091514aecbaed7d9fa6446e3001c102af6fb5306273752 2,615 1.00/1.00 vMB 66
685,848 685,848 00000000000000000006974dac3ba5e5d3a7455621e21d312832db519f3f65da 2,903 1.00/1.00 vMB 36
685,847 685,847 0000000000000000000d2d3ebfde09f14e6405ddccd7095f777a1776942b7f20 2,825 1.00/1.00 vMB 52
685,846 685,846 0000000000000000000c0d8963421f7757564c837562aef0ed480d3e23d9713a 2,410 1.00/1.00 vMB 53
685,845 685,845 0000000000000000000c9960011414f14e9fcf76c91f2785b632f10ef73087b7 2,508 1.00/1.00 vMB 46
685,844 685,844 00000000000000000004e7577449b4962e6124bd2b23c0b1996e9b79f2bded6b 2,350 1.00/1.00 vMB 52
685,843 685,843 0000000000000000000695f2059c2ea4ca91a67640093d5ffdd6fea2fc9d93b8 2,437 1.00/1.00 vMB 65
685,842 685,842 0000000000000000000855411d4c7cab86891447205553841ec7309c8a2925b1 968 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.