Loading Tool

Explorer IconExplorer

Memory Pool

78,499 transactions
29.14 vMB
0.08260256 BTC
Random Selection Loading Transactions
Max Size: 176.40/200 MB

Candidate Block

Mining Attempt 6b0943ea6a191a8473e4e4fc68d6c4b4eee3e1ff0761a3a9aec0be8bc4f59d95
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root b5bfaff2a67e0b83a2110025b60dcbb809f3e44b89e088dd8be1b71ad2d5c690
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,673
Size: 1.00 vMB
Total Fees: 0.02153281 BTC
Feerates: 178.73 > 2.16 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (45,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
869,916 869,916 0000000000000000000147519826f45cd4933e920cb668ec8ca94d7c2ed5bb7d 3,297 1.00/1.00 vMB 15
869,915 869,915 000000000000000000024176c8ed708376e0dfd08030003785d68ab6051fdac6 3,783 1.00/1.00 vMB 19
869,914 869,914 000000000000000000011b04a88f42bd3fd31d269421089220fc8891c75bd41a 2,885 1.00/1.00 vMB 9
869,913 869,913 000000000000000000001812edc143a90cff3f47320b271830b1ee9367f9fde8 2,910 1.00/1.00 vMB 11
869,912 869,912 000000000000000000009e9b178f3464602ebaf23f5890de7a89ab4b47750168 2,076 1.00/1.00 vMB 15
869,911 869,911 0000000000000000000265eb6794ac04b94f10de88fd2f7ec3742ef26a85748f 2,774 1.00/1.00 vMB 14
869,910 869,910 00000000000000000001750c59bf2ea4c7160caaa1f6ca705f0d1da3c47bbeac 2,687 1.00/1.00 vMB 12
869,909 869,909 00000000000000000000c1f48847e356675e8845dd4fed6586b7c10df1bbb25f 2,655 1.00/1.00 vMB 9
869,908 869,908 00000000000000000000bea1df00e06929124b3114d3cced1ac10b0f62e60cd1 1,282 1.00/1.00 vMB 9
869,907 869,907 0000000000000000000046a399fc7f8bea97a23ae01cef72b65d1b730342b1fa 3,051 1.00/1.00 vMB 13
869,906 869,906 0000000000000000000184867fe05b71fb0a225bf20676eb324837e0d53ddb77 3,735 1.00/1.00 vMB 23
869,905 869,905 00000000000000000000cb0a7f321f2b1cf5e7d492a1bf5fd8817ab0749a075a 2,518 1.00/1.00 vMB 11
869,904 869,904 00000000000000000001c626cccb5a89c4035616b368ae35d57986335029d00a 3,775 1.00/1.00 vMB 22
869,903 869,903 000000000000000000000c53be6cbe61996a2158f399da774f8f09a62b42bece 2,810 1.00/1.00 vMB 12
869,902 869,902 00000000000000000001692f27b1c18268affb3bad9b10135a5504c1bff8e5e3 3,692 1.00/1.00 vMB 20
869,901 869,901 000000000000000000020b780eeeb5ca92624e9a061cae4d14dab39759ac70cf 3,710 1.00/1.00 vMB 24
869,900 869,900 0000000000000000000253431219dc3b4437bfb70e37b2300980fe7fc30baa00 3,767 1.00/1.00 vMB 14
869,899 869,899 00000000000000000000f11816e9ade17d805a152fa0b7e19b8191f9f6bc147c 3,833 1.00/1.00 vMB 17
869,898 869,898 0000000000000000000094edadc1fd4cec4857e121bb1bf6e3a1e5cea579da65 2,071 1.00/1.00 vMB 15
869,897 869,897 00000000000000000000ff5bdb1fe24c6250092897d25cf6dd166626ffcc39a9 4,072 1.00/1.00 vMB 21
869,896 869,896 000000000000000000029b6c658170c5a86aaf255138b63788d69067452654bb 3,409 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.68 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: 678.13 GB
    • Received: 16.44 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.