Loading Tool

Explorer IconExplorer

Memory Pool

56,122 transactions
31.88 vMB
0.20450616 BTC
Random Selection Loading Transactions
Max Size: 171.88/200 MB

Candidate Block

Mining Attempt c70673db35c0e0f15db442d9f3f58527ce2ae20bb8eda27b2bf8392dfed043fd
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 2743e43f12b97964f237dea95b8b48e7c74c12d97ffcd1741c01434a5c6420b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,517
Size: 1.00 vMB
Total Fees: 0.09300507 BTC
Feerates: 502.67 > 9.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (485,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,841 428,841 00000000000000000139503f347f4bec43b46b6f298b60f444170c6f759d6024 2,702 1.00/1.00 vMB 58
428,840 428,840 0000000000000000049defb25489243f70ab5dc84ac417e88fd25a9b1e405e76 2,532 1.00/1.00 vMB 81
428,839 428,839 00000000000000000094e7cbfad99c5dabf48ef4d6ec2227caf45575e90522a6 2,412 1.00/1.00 vMB 65
428,838 428,838 000000000000000000f3245cc60e6375a5fe4868b14f258441e95fcecbe11e66 1,712 1.00/1.00 vMB 16
428,837 428,837 000000000000000000c56f18a359cd1083599e3a8b712d3ea34d2e36b513011a 2,152 1.00/1.00 vMB 53
428,836 428,836 0000000000000000032d6d11df512992ee036d0eb1aa48d7087c9d1052e6692b 2,613 1.00/1.00 vMB 66
428,835 428,835 000000000000000001e33434f325b69c20da040b0e67516b3aaf534624d2557c 1,973 1.00/1.00 vMB 48
428,834 428,834 000000000000000000146518f71e7d9d28755285375096906bd1f26972588714 2,435 1.00/1.00 vMB 59
428,833 428,833 00000000000000000083736532768c3fd8b4e1d1533a5f4309512118e341064b 2,234 1.00/1.00 vMB 75
428,832 428,832 00000000000000000144a8447291ca429ea0ac5f3b3cb32d1325d6122f51073c 768 1.00/1.00 vMB 24
428,831 428,831 000000000000000000b23fc41feea00355c115ad5611157e468711819f62491d 1,975 1.00/1.00 vMB 43
428,830 428,830 000000000000000004a3a1ca650055f8039315c0ad335c84071335043244d019 1,302 1.00/1.00 vMB 35
428,829 428,829 000000000000000003851ab54d5b1c0d5960a662cb8df03e8da8d49bd8695dfb 2,145 1.00/1.00 vMB 80
428,828 428,828 0000000000000000039ada480b66f99e1401bff6fef0cf2db0f525faef493245 1,586 1.00/1.00 vMB 48
428,827 428,827 0000000000000000036fe74e02cf6dc55c30b4f6b7e31c730cf9ca76fd076a83 2,088 1.00/1.00 vMB 52
428,826 428,826 000000000000000001723d6b90112071c1ca72a0fbd639ff3443c57c40d9d51a 1,275 0.99/1.00 vMB 31
428,825 428,825 0000000000000000005346b236327994f43f8db8402a3b38ebe3389d57b7f68e 2,098 1.00/1.00 vMB 55
428,824 428,824 00000000000000000480dd3a7148f49fc93266eeeffe393d3a3c7a8adf8e1d45 2,335 1.00/1.00 vMB 53
428,823 428,823 0000000000000000021638479ea8a09ba78553a341f5c65eda787ed616bcc114 2,224 1.00/1.00 vMB 70
428,822 428,822 000000000000000003b8dabbd7d6f97cc2cdd391ec31d92b13a83754b1619eb7 2,070 1.00/1.00 vMB 75
428,821 428,821 0000000000000000033e375ce752c70f2489e04058f8fcc7079b2f5b665b108c 2,655 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.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: 651.13 GB
    • Received: 13.42 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.