Loading Tool

Explorer IconExplorer

Memory Pool

27,934 transactions
26.28 vMB
0.10638046 BTC
Random Selection Loading Transactions
Max Size: 128.11/200 MB

Candidate Block

Mining Attempt 3ff6e24971eefaca803c847a47bc9f0842b3b8783a28d2fb2043e63a25c7b1e8
Version 20000000
Previous Block 00000000000000000001090ec052ae3c4d703d7195cc255ee1057bbaaa426005
Merkle Root 4cec1f4649463f56de28379d99cb4980f8f8efbaf5ea4730ef8bfefd86bd24f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,382
Size: 1.00 vMB
Total Fees: 0.04950477 BTC
Feerates: 502.67 > 4.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,236 (797,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,715 116,715 00000000000068609692a92b96c75777c05d8f2ef911535509880ade5a1a973a 10 0.00/1.00 vMB 898
116,714 116,714 0000000000008627090f5a1ebc50d758edf8617729ffafe14547e37bdb465482 11 0.00/1.00 vMB 0
116,713 116,713 0000000000007c652a6405bcc66a9b138511da7b01789fa309124d3931158229 5 0.00/1.00 vMB 3,879
116,712 116,712 000000000000f012cbcfce6f72713c524ddfefc72893409f2cb37b30b4ec13dc 8 0.00/1.00 vMB 0
116,711 116,711 00000000000096591b29c927a5aa165aeeda6ebc756332fde84c4e9a63a6e1ab 14 0.00/1.00 vMB 866
116,710 116,710 0000000000000fc7d344cfcc814041392350ab5a20db20f329b90f682f57a798 20 0.01/1.00 vMB 1,571
116,709 116,709 000000000000793f3bc1abca42530b0886788a2a06f2333741cbd3a4f3c5a14f 23 0.01/1.00 vMB 524
116,708 116,708 00000000000076e03a629563e1e5b33c89f4693af151a25f3a504df8c27b04c1 14 0.02/1.00 vMB 415
116,707 116,707 00000000000080d9bf2e1235ebeb042b16e6b147d441a465963685e7ea6e5624 31 0.01/1.00 vMB 1,809
116,706 116,706 000000000000dce227f7d892dd90466ae0af211f15d05a9779228c873bdafe15 14 0.00/1.00 vMB 812
116,705 116,705 0000000000005e219087faeee86a6a8f2db243c2df851e0f779a5f075bafe669 39 0.02/1.00 vMB 1,255
116,704 116,704 00000000000046b543a3a9b4070a5e5cf9a6e1988f75240c11226aba34e4f190 12 0.00/1.00 vMB 1,135
116,703 116,703 0000000000009dec651d0c1c800add74a97c2c22d1ed84ff1707e2943c1f5458 20 0.01/1.00 vMB 745
116,702 116,702 0000000000000ebea373278f1c4d4d6b85e5addf0ecc7043fc3270d1906afc84 12 0.00/1.00 vMB 1,082
116,701 116,701 000000000000f016398e7dd02b239467c4478334ee459c79d486e1c878a96293 8 0.00/1.00 vMB 1,447
116,700 116,700 00000000000014308b79e3613e8a44ce128c7bcea044429ed05d477489f44521 12 0.00/1.00 vMB 0
116,699 116,699 00000000000056568935fb90ce90dc5a9e632e4efd262268ce129cf3a80c143f 19 0.01/1.00 vMB 490
116,698 116,698 000000000000c97016981a299fecabf1bbbdda83f80e1bcc3caa310c82bfddc7 9 0.00/1.00 vMB 0
116,697 116,697 000000000000b9ef99a12e97bd9e9c0ef01b0f498c0c5d6393b5a9213617a3a5 17 0.01/1.00 vMB 1,834
116,696 116,696 00000000000076cb8f451c61104c5cff2299b6cdec595986fb504be4c23f5918 8 0.00/1.00 vMB 229
116,695 116,695 0000000000006f0aaf8dc4cb6111e27939028c3d0e72e6fb1a37e173d5e3b177 5 0.00/1.00 vMB 3,392
Previous 10 blocks ↓
Total Size: 781.01 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.07 GB
    • Received: 8.38 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.