Loading Tool

Explorer IconExplorer

Memory Pool

71,747 transactions
27.76 vMB
0.06135011 BTC
Random Selection Loading Transactions
Max Size: 164.60/200 MB

Candidate Block

Mining Attempt 35a35d5d9f5660c4d683b15b6dc663acd670951755e84b1b9320a9e2378d601c
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 0fa868d03192010ae5badb06a6c96d2dfa5ade4548b2a67d71e1916f8db0edeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,895
Size: 1.00 vMB
Total Fees: 0.00608954 BTC
Feerates: 101.52 > 0.61 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (791,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,987 123,987 000000000000210de24ae6afea42494186e8978325e2cde640c6a3daff57a7d5 52 0.03/1.00 vMB 740
123,986 123,986 0000000000001594a9e0699082374eb9bf1646201d518670a9ee8300027d81a7 9 0.00/1.00 vMB 532
123,985 123,985 0000000000002c03847c19a5b20bd1de35d503d98574f468bcca296609b741a3 8 0.00/1.00 vMB 2,110
123,984 123,984 0000000000001b89a5d80ee0b5642a7c47b91bb23df91c076cab0938297f637e 66 0.03/1.00 vMB 1,485
123,983 123,983 0000000000000e683be88e96a15392e5263f11d4b2d9d216699c1d6e53bf62cd 1 0.00/1.00 vMB 0
123,982 123,982 000000000000162ab882287ee65425cb1723f10bc1ddb97bda76d3a0d9cdf85d 4 0.00/1.00 vMB 0
123,981 123,981 00000000000049e6df2d0c1412f40458d646dbaa970b9712724da6068a730a44 21 0.01/1.00 vMB 481
123,980 123,980 0000000000002ef82abcc4cf89c35807930563798673c37cb3e4f240aed7c7d0 69 0.03/1.00 vMB 119
123,979 123,979 00000000000055c81336f137ba88919fa50e11fb7fd3623d8670a7f576fee0a5 15 0.00/1.00 vMB 1,506
123,978 123,978 0000000000000b47b50b47d437b449e81f196f860f3e0c7639e904dbf7e7ba31 81 0.04/1.00 vMB 1,591
123,977 123,977 0000000000005f2dec61ce3d84a6e249190fea554a0be92c8736ba5ec837ac9f 31 0.01/1.00 vMB 478
123,976 123,976 00000000000058436270e258b2cec62b0909adf7b4209ae2e7f9eb1580144240 19 0.03/1.00 vMB 887
123,975 123,975 0000000000005ec3edf778b0c79e17b5c194c20cf4f261cada63fa65037c40a9 10 0.00/1.00 vMB 310
123,974 123,974 000000000000485363a6c6e802adcb2ccb1d9c745c9ff714791b80ce73f1ca1f 19 0.01/1.00 vMB 246
123,973 123,973 00000000000020e13b775f44be454cebd1df9b3dd942e959a452bef573dfa42b 15 0.01/1.00 vMB 1,515
123,972 123,972 00000000000027b2b5d4e71d26b5cacea2d17f0f9446cfbd707172ed97504d61 21 0.01/1.00 vMB 1,127
123,971 123,971 0000000000001e09f98dfb32339cdb2a2a5103f6eec2db7ff9e412f52d3be9f3 39 0.01/1.00 vMB 1,793
123,970 123,970 000000000000255dcfc9896f5efaa12b54830b1cdfe09282f58e2e0712a1ed92 73 0.03/1.00 vMB 562
123,969 123,969 0000000000001bfd03829e7a02cd52a4be9e9946fbcf91fdfd609d499bccc865 9 0.00/1.00 vMB 0
123,968 123,968 0000000000000a5adace54dcc1cad18220e05f6fc390fc6cc33c6e18475fe8c0 10 0.00/1.00 vMB 1,254
123,967 123,967 0000000000005aa584dd0ef2848a8b4d72d718248cfbd27f781c32cf8bcc0e26 55 0.03/1.00 vMB 464
Previous 10 blocks ↓
Total Size: 782.45 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: 667.43 GB
    • Received: 15.25 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.