Loading Tool

Explorer IconExplorer

Memory Pool

45,063 transactions
27.37 vMB
0.10367083 BTC
Random Selection Loading Transactions
Max Size: 143.07/200 MB

Candidate Block

Mining Attempt 44982d494f419ab31337516613ef1e7375d37ea215a4130aafe9fc98180cf879
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 9efcb967a4fe168391712ff838dcc2e3a641d69b8de84cd2ecd73873e8580e85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.04639107 BTC
Feerates: 151.01 > 4.65 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (294,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,859 620,859 0000000000000000000d20ae32d40991579489cb0ff848d413a42dcf931c3a4a 3,394 0.93/1.00 vMB 9
620,858 620,858 0000000000000000000600b529310604199fc5fd408f5a6876bf9732eee0c156 3,259 1.00/1.00 vMB 17
620,857 620,857 000000000000000000017718c74c905f7cfed1d03b141cd31b0608cf75fe5227 2,746 0.87/1.00 vMB 3
620,856 620,856 000000000000000000003fc1687e4e80992f6f39899f7ebce41a6b0970b6f5b8 3,211 1.00/1.00 vMB 16
620,855 620,855 0000000000000000000cbedd992fa244f0e0ea2fed199c8db58ba52b94d58f72 3,311 1.00/1.00 vMB 15
620,854 620,854 00000000000000000007d634a1052c87f2b40f5c9c028912b88536c0e670e2e2 1,813 0.61/1.00 vMB 5
620,853 620,853 00000000000000000010b4f90fbc9a9c4d8fd6eb0d7c21297c1bd3bdfaa88ee4 2,794 1.00/1.00 vMB 15
620,852 620,852 000000000000000000057c5edec9cc602fba14a7fe08aa473208bffff7f65275 2,817 1.00/1.00 vMB 5
620,851 620,851 00000000000000000002a4ee7b8f82b7872c5ac23f19cdbe408a4196e842c474 2,411 1.00/1.00 vMB 6
620,850 620,850 0000000000000000000f4c8ea9e3eb880958baa21156c1b916d7fbc9c7f39f7f 3,159 1.00/1.00 vMB 17
620,849 620,849 0000000000000000000be21689191171978e88ce7a1d3463da1b52336d6eb4d1 3,361 1.00/1.00 vMB 7
620,848 620,848 000000000000000000009338ad252877ead36e234e93a494ddf7ca1234fead89 3,339 1.00/1.00 vMB 23
620,847 620,847 000000000000000000036302148f42f624a1414869deeb68de9d66b2d72f6022 3,236 1.00/1.00 vMB 15
620,846 620,846 000000000000000000117aedd4506b0967cb3dc83379526d05be900faf781aa6 2,779 1.00/1.00 vMB 6
620,845 620,845 00000000000000000004b2edb4880fa769a7e866914e1933cef3c94b7f72a381 3,438 1.00/1.00 vMB 18
620,844 620,844 00000000000000000004d33806756f37b1204f3dd59b7889f77704fb38014ee4 3,194 1.00/1.00 vMB 16
620,843 620,843 0000000000000000000e354483d2a8e987662f6d632ec24d3344a640ab37b8a0 2,131 0.57/1.00 vMB 13
620,842 620,842 00000000000000000011f61077711ce7c9af1d58281f9f0492e4a5029bde2250 2,216 0.60/1.00 vMB 12
620,841 620,841 000000000000000000053e06b6fc8e69a3c8df262e4879f1f61a2e076c08c2ef 3,320 1.00/1.00 vMB 14
620,840 620,840 00000000000000000001b3a53757367f5ff92b0ec04787f32ab9b47a61869105 3,430 1.00/1.00 vMB 13
620,839 620,839 0000000000000000000f6ddd0bbbffcea6f8afe2d07c98780ee5cc66a6ce541e 2,012 0.68/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.