Loading Tool

Explorer IconExplorer

Memory Pool

10,439 transactions
9.41 vMB
0.01976097 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.50/200 MB

Candidate Block

Mining Attempt 7a086480dc44683a153c702731b2db37a0393141915dc880eaa3b4421cdfb7ca
Version 20000000
Previous Block 00000000000000000000d8354835b6a50d1cd25337019743ebbc2d92d4bc275e
Merkle Root 303034ea3dcef93b861d9e7559fca0aaed2d7ca475f2b6080cb13adc95c85390
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,879
Size: 0.997982 1.00 vMB
Total Fees: 0.00579140 BTC
Feerates: 70.28 > 0.58 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,642 (692,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,840 220,840 00000000000002bc74b17eb31d45dcac53ec1ba082c0bc7113e73ec32bae952f 9 0.00/1.00 vMB 156
220,839 220,839 00000000000000576ea85bd5de07bdbc81a00549f6d20f8549b04a7597f5d64a 810 0.43/1.00 vMB 156
220,838 220,838 00000000000004af3c30dac15e153941696c078a8e5c968bfe364de9a858e7c0 707 0.25/1.00 vMB 222
220,837 220,837 0000000000000437a3ec102cf9050b7a26c0d986acf74cf9b3d6eff8ad7959de 664 0.25/1.00 vMB 209
220,836 220,836 00000000000001cfaf40b52daf78d4cf9c0e93e427c242b90386ea6aae9d079b 557 0.25/1.00 vMB 168
220,835 220,835 0000000000000379de774e67d9bdb305af68a956f891c548f0da19c538a79071 812 0.36/1.00 vMB 186
220,834 220,834 00000000000001f94f1644dfd3d056e5098d325b4b2bf4cb3c2690d7006c1a87 139 0.07/1.00 vMB 148
220,833 220,833 000000000000040681ba05ed54daa23667b2673d3ef6acbabd2dc36c95d66ab7 1 0.00/1.00 vMB 0
220,832 220,832 00000000000000eb3c170ca260e1dffa2b1a91772dcae18a4df3446f377bd1b4 1 0.00/1.00 vMB 0
220,831 220,831 00000000000004f958de0219d509e8ba156d9893f4903f9fa6c23edfed5ef565 549 0.25/1.00 vMB 189
220,830 220,830 00000000000001954c5d59d02efe184b1519afed0b00b12586fb5aff9e7c8310 499 0.24/1.00 vMB 155
220,829 220,829 00000000000002ce1618afdb84ebfd380049e1afa889ffe25f1b454e07a78039 187 0.06/1.00 vMB 38
220,828 220,828 00000000000003cc8969bd449abd4e4e2dcf519a0110982748f00ca2db5753a4 561 0.27/1.00 vMB 174
220,827 220,827 0000000000000219272cdf8221744445a5dad573b31407b9a880d0118f714ba9 518 0.23/1.00 vMB 177
220,826 220,826 000000000000022ac4a92fe52d54369a983bd6a317761af0c81dbee919798271 233 0.11/1.00 vMB 149
220,825 220,825 0000000000000481f700e78826444fc7cc621dd31026b0e48fa2237289284414 256 0.09/1.00 vMB 181
220,824 220,824 0000000000000426c1c65d6b80deac16358d74c342724ef1ecfa9a1e0dc00e0e 524 0.22/1.00 vMB 183
220,823 220,823 00000000000003e6afbd5a7215acedbc023c1749a2718145dae1a6c35feb4d71 326 0.16/1.00 vMB 166
220,822 220,822 0000000000000412718fa5a1984a5a675746cf26199bf6cca60a501eaf842382 524 0.23/1.00 vMB 179
220,821 220,821 00000000000000c9de2b7ce3bd605cfed4dbbbcd3b3498c9e0946fe5dd0f2296 491 0.33/1.00 vMB 125
220,820 220,820 000000000000001a5964a6deca4a1b842889652e4c301f10a311de51d7a3d2e7 485 0.19/1.00 vMB 185
Previous 10 blocks ↓
Total Size: 779.98 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: 471.17 GB
    • Received: 2.97 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.