Loading Tool

Explorer IconExplorer

Memory Pool

82,500 transactions
31.13 vMB
0.11915099 BTC
Random Selection Loading Transactions
Max Size: 183.12/200 MB

Candidate Block

Mining Attempt fd5f3e6302e07d1058a01fb57de88ca6cbb3b050b02c326128fda9866b226b6e
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 1de17cb6438f8e504aaa5ea061d449fe7b3f17a81942d3234647145825dce9c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.04055816 BTC
Feerates: 150.77 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (339,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,901 575,901 00000000000000000024319aa0b3cfa97973510245e6e2712c0c95b88681d380 2,144 1.00/1.00 vMB 48
575,900 575,900 0000000000000000000b38eccf99407fe1947ed10a757f8160b95f410772934c 2,574 1.00/1.00 vMB 45
575,899 575,899 00000000000000000017d8ba8c9ac8f2bedd6db71b2b2b610b566fc89f6888f9 3,111 1.00/1.00 vMB 71
575,898 575,898 00000000000000000009969d265fcab75a5294bf41795a419536edafca721f28 2,835 1.00/1.00 vMB 70
575,897 575,897 00000000000000000007af5c628433c9ceb8b13c4e0b456fccf79788f15da261 3,073 1.00/1.00 vMB 81
575,896 575,896 000000000000000000030c747b8ba37b6de455a2a4503930d0e8e8b36f4990d6 3,113 1.00/1.00 vMB 107
575,895 575,895 000000000000000000118eb9b2aade3c8398803acbdf9bd2b35d7da464bfc30b 1,958 1.00/1.00 vMB 48
575,894 575,894 00000000000000000008f9d0984c59556f2d4729d3622c2e33558b177a76ca90 2,158 1.00/1.00 vMB 47
575,893 575,893 0000000000000000001afad0f4cb00457c40f5655ff18a5d5eb82ec4963ff3a0 1,898 1.00/1.00 vMB 43
575,892 575,892 0000000000000000001989d638dff1d038e8e2b26983fba98aa5509d1a5ffe02 2,507 1.00/1.00 vMB 50
575,891 575,891 00000000000000000010b6dcea977e366bf8cab67ecb02b318d7ea65810d72d6 2,642 1.00/1.00 vMB 69
575,890 575,890 0000000000000000001a818629e3085ac60fda828edbe0151d6d8cd6fd0ca412 2,418 1.00/1.00 vMB 43
575,889 575,889 0000000000000000001ee0b218478fa713f34c8c31d4fb4760753a24fd3d51b1 1,900 1.00/1.00 vMB 65
575,888 575,888 00000000000000000014fa6a15fd698cf5be8619763fd8873a0da4ab3fa57123 2,646 1.00/1.00 vMB 65
575,887 575,887 0000000000000000001c5bfe4d6f6a754b88f39712a418a9b26cf0903be6aadd 2,651 1.00/1.00 vMB 104
575,886 575,886 0000000000000000002939b87d0307a27066e78a1ed8b6313a614c92eae29cc7 2,100 1.00/1.00 vMB 65
575,885 575,885 00000000000000000027292beb0f39676f1ba27d856f3841127aac3a52bbbe9d 3,013 1.00/1.00 vMB 99
575,884 575,884 00000000000000000022c6e24101cf37a729ffffac22b23d29520e194e4c6bb0 2,912 1.00/1.00 vMB 124
575,883 575,883 0000000000000000000c22f0ba05531fa4773f640d32b748d630a738ab47b28b 2,023 1.00/1.00 vMB 44
575,882 575,882 00000000000000000009aba02c16d038c8d5db90a49b1c5170157182b51929f4 2,524 1.00/1.00 vMB 57
575,881 575,881 000000000000000000227c152db4aa9379ef5351e015895df91ed8b2210fa585 2,513 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.52 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.77 GB
    • Received: 15.57 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.