Loading Tool

Explorer IconExplorer

Memory Pool

31,482 transactions
9.93 vMB
0.11756543 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.18/200 MB

Candidate Block

Mining Attempt ef4bab42309a387b4e86211b19d6d5ba183a42dde33ded7a6f983056a7bd9f84
Version 20000000
Previous Block 00000000000000000001ae806ffbb20a37afceb8c324178acedfa24b5fd1da9a
Merkle Root c98f2367ede63e542e555c2f2545830eeb0935d3d98ae680556472fa112ff391
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.03552346 BTC
Median Feerate: 3.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,217 (772,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,865 140,865 00000000000001bef6775f0abb1c7fec28539196bf5794ad47bcd72b40562259 202 0.08 vMB 174
140,864 140,864 00000000000006f3e58dbacd07603134fead8df2023392f40a9da329732955d7 99 0.05 vMB 99
140,863 140,863 00000000000002b3093b70f6816fc369e9beb00f1dfeef1861d68a0a085c2e13 93 0.05 vMB 539
140,862 140,862 00000000000005741a4a0135154fc02c9f72680918c524ba141987fdf01c8073 57 0.03 vMB 625
140,861 140,861 000000000000012347df20e12052bc71771c843897f1be4989912eb3301340bf 55 0.03 vMB 805
140,860 140,860 000000000000029c0e459905b43985f5e9665c0e43e6e661a5d3f1a27bf40ecc 84 0.04 vMB 221
140,859 140,859 00000000000000d9fd6fa080908814baf60135666f75c314385fd55c63e5c05c 7 0.00 vMB 95
140,858 140,858 00000000000002acc669890e65b230fa870e7622856cb969bd9f6ba5d77d7eb0 32 0.01 vMB 82
140,857 140,857 00000000000008878c124983bb4c6373e6fe78685d5afe35d5d6fef96b216549 9 0.00 vMB 526
140,856 140,856 0000000000000193e76352e63e0f1eb399612d21ab86787245ce745e6b47d7b0 111 0.04 vMB 166
140,855 140,855 0000000000000455148e8a5717c7288d519882b2c5be53de2bd68d2b412a5567 15 0.00 vMB 121
140,854 140,854 0000000000000089ed762dcc8411eb8103cda45f52584552286fffbc062b5460 9 0.00 vMB 0
140,853 140,853 00000000000000b072a3cc8df18534834ef7bc3feac9e8ee15bcba0339acd8e4 50 0.04 vMB 106
140,852 140,852 000000000000004b133461be28130b426c6c8ee63b060a4897cdf696825aa20c 36 0.01 vMB 209
140,851 140,851 000000000000006f0a847d807f33a3863417f36838c3857747bb802d58c3538a 7 0.00 vMB 18
140,850 140,850 00000000000004809ca91ec2c0ed6a005f91e21659ab6d49dfcfcfd11d85d803 51 0.02 vMB 219
140,849 140,849 00000000000002b8042604c0b5635ebd08784d3868ddd9da327cca7aedacebb2 68 0.02 vMB 72
140,848 140,848 0000000000000424f113ab5324f6fcdad7afe3d5e7fe2cb6c005d27e9e2101ee 3 0.00 vMB 193
140,847 140,847 00000000000005f9df5b0d415ea0d340f21ef5a563bf56433dd7e3eab11f8209 89 0.04 vMB 172
140,846 140,846 00000000000003d440d4286c33e4d7e4db30059f876865cbadb2803e72e06329 111 0.05 vMB 81
140,845 140,845 00000000000007d26fc72901585723fe0df3048592a749e832268f98392cdc5f 13 0.01 vMB 1,079
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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