Loading Tool

Explorer IconExplorer

Memory Pool

110,191 transactions
27.97 vMB
0.07598683 BTC
Random Selection Loading Transactions
Max Size: 191.55/200 MB

Candidate Block

Mining Attempt d2fd610fdc0a74f720b76d964372cfbf74dbb66b37fa7c6cc5fb66d57f86c78a
Version 20000000
Previous Block 00000000000000000000bae5c39a9eff48fe739dcfb8938042cdcf581abba15e
Merkle Root 35fc408315d81dc9003380e90f5c437aefa5174876bb2aa6daf0a3aa26ba8d04
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,417
Size: 1.00 vMB
Total Fees: 0.00853976 BTC
Feerates: 35.10 > 0.86 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,045 (868,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,461 47,461 000000000dbf6dbe56c497d7abb080b307001cecdc41e24273b44902bb8b7e42 1 0.00/1.00 vMB 0
47,460 47,460 00000000257706cf5e0147fa0f7dd65fb029372dcc05d7a15dfd5fa61257eabc 1 0.00/1.00 vMB 0
47,459 47,459 0000000028f51de8877c238e1be81d72df8f464f278a729f1cf1d1b8e5c7d1a0 1 0.00/1.00 vMB 0
47,458 47,458 000000001fad7593203a2c365cfef0d5ccddbb1253d4689d3f9c9c9704bd8818 1 0.00/1.00 vMB 0
47,457 47,457 0000000006ee723089b4dab181462b80ac50f650a8e989b88f3314b639eb3fe4 1 0.00/1.00 vMB 0
47,456 47,456 000000000c7e7748a4dc1b327c61d663698c42f9ea732d7470d32d60ffb5ab87 1 0.00/1.00 vMB 0
47,455 47,455 000000001ac1c29d984ea6932f704e7f9a17ea94a5daaaddb271c59284b99923 1 0.00/1.00 vMB 0
47,454 47,454 00000000069e2f7070888e61196d5cda6c793502f930f8a560a35b112a4561a9 1 0.00/1.00 vMB 0
47,453 47,453 0000000033b1fb5bb76d5a409502a1ebf5b78a071c101716d128740a5b0d6028 1 0.00/1.00 vMB 0
47,452 47,452 000000000e4cd44870d61fd52dd62a23dc3195481a3910641663684ca448dc1b 1 0.00/1.00 vMB 0
47,451 47,451 0000000031f1a13ce4625137bae318629b7fdff148cb70614117c18d0f1599b8 1 0.00/1.00 vMB 0
47,450 47,450 0000000020ffec163808f43716315667bebab0e631993c377a7705b1233d57a3 1 0.00/1.00 vMB 0
47,449 47,449 0000000014aafdc67911cde36d21b5bfdf6f7d08893ae8201bc6ce8d010c009c 1 0.00/1.00 vMB 0
47,448 47,448 000000001b8712e3afb72bb8f6c30f58b02c7ac2e2a247b74db10db8dacfd0bf 1 0.00/1.00 vMB 0
47,447 47,447 000000001b6d06d049bb577559c822f0dff7ff002dc8b81c2b974af5934895de 1 0.00/1.00 vMB 0
47,446 47,446 000000000111cf8cc9931f7b6813cc4f626d1071db4c625c2ee29807988a0e62 1 0.00/1.00 vMB 0
47,445 47,445 000000002e5501e52e09f9b1f92557a487452d06951a6efaa7e44be14bffa8fa 1 0.00/1.00 vMB 0
47,444 47,444 0000000030a03931a7456363d7084526ceb0e0286980192cb2027bca08027b5a 1 0.00/1.00 vMB 0
47,443 47,443 0000000002d9ea78d42fe9115a999efd2ebeb1f58d8285d4e2a1da97b0ad4989 1 0.00/1.00 vMB 0
47,442 47,442 000000001b4b7694aacf28e79b17776f0125f78ba9be7f6d536d95bc320d1c05 1 0.00/1.00 vMB 0
47,441 47,441 00000000323f994a24e6bee49da4495713d34f27c2a57e32b9827292f76547b8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.20 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: 812.15 GB
    • Received: 23.72 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.