Loading Tool

Explorer IconExplorer

Memory Pool

81,912 transactions
30.60 vMB
0.07984032 BTC
Random Selection Loading Transactions
Max Size: 184.53/200 MB

Candidate Block

Mining Attempt d933c8b754abaa92ff014d12c8fd5f5d058ba88fbbe7140dea0a9297455c2b54
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 7544a3ed7273f33ad9c84b039476c0048979edd0b816473ce36cafbc4d23324e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.01595846 BTC
Feerates: 40.91 > 1.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (799,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,611 115,611 0000000000009867c96c71d47546bed949a59ad966ffbf70026362d9e5eec341 3 0.00/1.00 vMB 0
115,610 115,610 0000000000006dbdf2bc7b68741dab502fe97c1c1721eb10fd1462b88a891dc4 6 0.00/1.00 vMB 0
115,609 115,609 000000000000c37c2ee89af89b1c2dc2353690522cb4d75c6b1e8e58d24b7601 5 0.01/1.00 vMB 0
115,608 115,608 000000000000ee58125683c6203ed664a9db8414bf7ce7191967f06b383ad1f7 4 0.00/1.00 vMB 0
115,607 115,607 000000000000ec334753f8e96f139fc09849f957ab4f52b6939bc8a6cb0fc99c 9 0.00/1.00 vMB 778
115,606 115,606 000000000000a214a27c11096878a41d8df6c1a903494165ee61d3584b5e37b9 9 0.01/1.00 vMB 816
115,605 115,605 0000000000007285d3f39e2437d92fd494dddb34be71a392b2d70df98d8e9ff7 10 0.00/1.00 vMB 646
115,604 115,604 00000000000084a00c8635e5d2cfcfad36d830b8361420b26a2fb17bf7bed609 200 0.05/1.00 vMB 60
115,603 115,603 000000000000a94b4b541faf605a329d5385f2fd577cf29f1fa69d0028838484 10 0.00/1.00 vMB 336
115,602 115,602 00000000000054ef73be3f9a03c454ad86b01887d86c67b343516f92bf56d2a6 11 0.00/1.00 vMB 1,067
115,601 115,601 0000000000005712d89c405e32674098df539c2f038d5c7a3f92d5fc0d68bb9b 11 0.00/1.00 vMB 0
115,600 115,600 000000000000bd47eb600d6d8adb5b9c42d01ed0fbfd3a6f2eaa6879c6ff1e1a 12 0.00/1.00 vMB 0
115,599 115,599 00000000000040dbcaad11bbba220d67ce8334dafedcb6ca0f603cb7567afa0f 10 0.00/1.00 vMB 353
115,598 115,598 000000000000dcefa72ba48155e0aaaf7f73e2099332774dde5dda35d222e270 19 0.01/1.00 vMB 547
115,597 115,597 000000000000e95f3fe59101fe4ee6685960d8ae49b2dbc0dd5578dfa5f414be 3 0.00/1.00 vMB 0
115,596 115,596 000000000000eeade6933ffb0dbd3787dca00b1a324f3a2111a1359c15dceb68 2 0.00/1.00 vMB 0
115,595 115,595 0000000000006622455d2ec63365398aca2ff84094b41079eb317c243adff8e6 2 0.00/1.00 vMB 0
115,594 115,594 0000000000003dde7b2e94f01f63edca4a84c7ff5aeab3e232827fc15b9d0cdc 4 0.00/1.00 vMB 1,050
115,593 115,593 000000000000d0061e97241078d4e09e68f41c9a9ac4b711feae23136c689fcd 7 0.00/1.00 vMB 512
115,592 115,592 000000000000c1bbfc6d91f999eda98b07b1d482dd0fc7579850bdae01dc139b 1 0.00/1.00 vMB 0
115,591 115,591 0000000000009d4cfa23f15155df899b92cd2cd50dc5279cf175e7889b854ef5 12 0.00/1.00 vMB 305
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.