Loading Tool

Explorer IconExplorer

Memory Pool

84,846 transactions
31.92 vMB
0.11264702 BTC
Random Selection Loading Transactions
Max Size: 193.83/200 MB

Candidate Block

Mining Attempt 1fe03749fcab9f014d795ca5e2d6cfe4e0fcf39602d78573d81e8f3db4a58e66
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 6f4c87e3835b89e4e77a2eca2a1e8a7f8e8e3f981a08e2c17f506fb73889d079
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,017
Size: 1.00 vMB
Total Fees: 0.03407569 BTC
Feerates: 299.43 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (553,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,995 361,995 00000000000000000a19213cacdfd45dc0b1729b342d9546c3ceea6ff9569ec7 188 0.15/1.00 vMB 13
361,994 361,994 00000000000000001426be57e7e6e64b742cfacb7c041f90e806b62dc4a8b9de 641 0.37/1.00 vMB 19
361,993 361,993 000000000000000003dc8a88786547e4115553ecffa1a13ffb722aea125f1835 995 0.42/1.00 vMB 29
361,992 361,992 000000000000000012d246d5bf78f5f1082dc6feb76da6d666554552ce62b5de 521 0.51/1.00 vMB 15
361,991 361,991 00000000000000000d6534e752bd5c8a6f50d8e193d9fe6f4671b7ce32f00aa5 1,626 0.75/1.00 vMB 28
361,990 361,990 0000000000000000116f6dc8864ff025a2b405138e3748191dfd1d573630e415 368 0.32/1.00 vMB 21
361,989 361,989 00000000000000000bc3c25160f5ed3b0fe0b83106daed50f31b8077f1c1fb78 1,099 0.72/1.00 vMB 27
361,988 361,988 00000000000000000a5f35782a48e7c56666a089f8e983ef41738375d85eb733 571 0.21/1.00 vMB 26
361,987 361,987 0000000000000000031a311ddaebdff65abbb3ffc39c59ded5831a080909bf91 565 0.33/1.00 vMB 26
361,986 361,986 000000000000000013a02ae120149953c3aae3a1c8ac2ed5559e97d16bbdec53 349 0.18/1.00 vMB 16
361,985 361,985 00000000000000000bd98eecccedc0373178a5a53e281c9d240aa39260ce7c89 1,291 0.64/1.00 vMB 26
361,984 361,984 0000000000000000077bb4e953ceb56154089840cc5c9dcfe7ba256615e88a68 130 0.06/1.00 vMB 25
361,983 361,983 000000000000000004ce49d24e2e7199a4ab82ef7d262c0789f09ea25695bdfa 1,043 0.64/1.00 vMB 22
361,982 361,982 0000000000000000086c2a75d2aa4ab8e4eab8785092cfe48a1495c6c0491fd0 141 0.24/1.00 vMB 9
361,981 361,981 0000000000000000016dc6722f7cba08e967b42fbc24ae3f4a49b1e14972c867 554 0.34/1.00 vMB 20
361,980 361,980 00000000000000000c4d9d618674b0f76d1a877bc60c411d5b6bea0771bc3538 1 0.00/1.00 vMB 0
361,979 361,979 00000000000000000a2b5b63f05c049393f9ae7f187f0ed133a162b9c8478553 1,430 0.66/1.00 vMB 26
361,978 361,978 00000000000000001192a49a9c77a94a6149d172b1b4d1f31e9140f020865c88 791 0.39/1.00 vMB 24
361,977 361,977 00000000000000000542f9e35febafc63aba3cda110e67cc71deb1a9e7ab5492 482 0.26/1.00 vMB 25
361,976 361,976 00000000000000000b7ddf414915ec90b54f653cfe7137eb438f2488f97b743f 331 0.15/1.00 vMB 27
361,975 361,975 0000000000000000111ce9dce7e37e9bed2c3fb78755053a370f650e6f9dd378 119 0.05/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.99 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: 717.73 GB
    • Received: 17.85 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.