Loading Tool

Explorer IconExplorer

Memory Pool

25,130 transactions
11.24 vMB
0.08425806 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.70/200 MB

Candidate Block

Mining Attempt e2a068dbaa5a858df451a60c05f9193544ad7051ae6f59341a0ef8222a7ed22e
Version 20000000
Previous Block 0000000000000000000019007a617bca8f44fd0c41ccdf3831817d194cd0e466
Merkle Root e5705e59c5bc7137246ae39b5c83e4527e84e961ddee7418f947e3249ce902f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,646
Size: 0.997955 1.00/1.00 vMB
Total Fees: 0.06549881 BTC
Feerates: 101.66 > 6.56 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,588 (765,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,146 148,146 00000000000002c4744e1a25b0ec3953f13a2d4b286a39d6b3c2a766302ebbd3 16 0.01/1.00 vMB 69
148,145 148,145 00000000000004609b17b23960b16a0bcd16d617aa6be318d2f9c2363461ec8c 66 0.03/1.00 vMB 50
148,144 148,144 000000000000031edf63080226572674c6823e138f5d51e30a31005724df6810 23 0.01/1.00 vMB 196
148,143 148,143 00000000000001a5048fd3c161c95b32694d2d585e57d12309c27631a51a72f1 15 0.01/1.00 vMB 300
148,142 148,142 000000000000085ae460291a43d35e9288994e45208273ef1a199d36c682423e 110 0.04/1.00 vMB 113
148,141 148,141 00000000000002295e41fd648f1384cc5f67df2980dc8faa881870636012ef06 16 0.01/1.00 vMB 49
148,140 148,140 00000000000007158d1a417a6451b8a5d59c533746b9d9256c167956ce692a2e 41 0.01/1.00 vMB 58
148,139 148,139 0000000000000913aba7984aaa2d013dbf66f009279163150598303257ee1d77 12 0.00/1.00 vMB 0
148,138 148,138 00000000000001b41d8f3db31f5e9177764ba8dd8fb4d30e3b298c5f49e98456 24 0.01/1.00 vMB 58
148,137 148,137 000000000000034ae56a0a5a1fbf964ce161e933f2bc9925b93370a6078c6a19 31 0.02/1.00 vMB 40
148,136 148,136 00000000000006fca959156b1891aae8739d3d8abbb9d6cd80c59aea29bba897 68 0.03/1.00 vMB 120
148,135 148,135 000000000000004a4a04252faa4a0ab376352602211db6bc7d131cf09e2488a3 46 0.02/1.00 vMB 99
148,134 148,134 00000000000002cabc4ce1dd9ed152c4c3b05299ded177242b242ad1b30b9a72 18 0.01/1.00 vMB 86
148,133 148,133 00000000000005a5adffa4c49c8991906d318899ffdbd0337462b828f6c539aa 71 0.03/1.00 vMB 61
148,132 148,132 000000000000017d7d2bf1b1293d5013509b6ab95f6c5c70fd93ed92ca20b5db 35 0.02/1.00 vMB 117
148,131 148,131 00000000000007f6f5707ea7f1cb46e2790fca3d2a41a0655b14250b915ec1ee 12 0.00/1.00 vMB 0
148,130 148,130 0000000000000205a3de6c3efcd9f923832e134f1fa0b6307071a67554e4f03e 22 0.01/1.00 vMB 253
148,129 148,129 0000000000000874c7643fe756a14d2ad6882cc9507f324c941ce21482ec4be6 40 0.02/1.00 vMB 116
148,128 148,128 00000000000003783cb1199c12e085c3bcb2b87b4f19b6dd66808ee8cedf6f99 44 0.01/1.00 vMB 37
148,127 148,127 00000000000009216a692a83036cf3d5e6c791641dff77f3caf88913c25d7cd0 6 0.00/1.00 vMB 121
148,126 148,126 00000000000009d4dfce402de176bf166f88cc64108dbbde391d7cd15adfde74 15 0.01/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 779.89 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: 454.32 GB
    • Received: 2.54 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.