Loading Tool

Explorer IconExplorer

Memory Pool

44,243 transactions
27.37 vMB
0.08184692 BTC
Random Selection Loading Transactions
Max Size: 142.92/200 MB

Candidate Block

Mining Attempt 62fda6fea86f06f3ec059c585f55aea0ab4c3d9dcc604369d9d241d006958e0b
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root fb204d984231981f31ad5c81334d727064f8932ee4ba78a3938e1d9070e65f3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,306
Size: 1.00 vMB
Total Fees: 0.02800961 BTC
Feerates: 100.45 > 2.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (293,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,794 621,794 0000000000000000000222f2c56d10027e1c5f6db825dd27682d97cff67c4895 2,473 1.00/1.00 vMB 52
621,793 621,793 0000000000000000000cf41acd67ca243e76d8baeacd1306f2d97f31ca2b8294 1,536 0.99/1.00 vMB 20
621,792 621,792 0000000000000000000fc99a32d550c17934c12c04d354a1f5c97177edf6a8e2 2,158 1.00/1.00 vMB 32
621,791 621,791 0000000000000000000c8f86bd6f7e52954ad9aae3a29f240ee1b0d7a3315294 1,210 1.00/1.00 vMB 7
621,790 621,790 00000000000000000008549489d50bc21eacd6262c406233c529eb535667a651 2,785 1.00/1.00 vMB 61
621,789 621,789 00000000000000000007dae062df639f8a7ec0e188da5306a369f98a34933eed 1,115 1.00/1.00 vMB 10
621,788 621,788 0000000000000000000b27ef14247ad8e77a85cfc1d16ac2904a9cd0fd1d0328 2,667 1.00/1.00 vMB 24
621,787 621,787 0000000000000000000fd8523b0893a09ca43ce370664adae2ecb4d44add48bd 3,044 1.00/1.00 vMB 15
621,786 621,786 0000000000000000000f1dbfd636190b8077d008ab76614ddc6574f2c4b1e5f2 2,547 1.00/1.00 vMB 38
621,785 621,785 0000000000000000000fa0d2c047315dfd5a2720482aa3dc44cca3b30bb525ae 2,184 1.00/1.00 vMB 52
621,784 621,784 00000000000000000010d23ba08cd619b0f31573cbdc09504c2d4d9c6cb3042d 2,729 1.00/1.00 vMB 37
621,783 621,783 000000000000000000074ce41957a34ba5aeb0d225383cc26bea0bc01e858cef 2,693 1.00/1.00 vMB 64
621,782 621,782 0000000000000000000876283f1d045bbf7321cea7cc4b50ae28ff4b1c9a3c8b 2,876 1.00/1.00 vMB 50
621,781 621,781 000000000000000000072cdeec4f3e96a947c27a85dd5f90f64200cbb618bd5a 3,027 1.00/1.00 vMB 75
621,780 621,780 000000000000000000005f41fc94a60426455a29852a42c8db40f7ab394f8415 2,103 1.00/1.00 vMB 71
621,779 621,779 0000000000000000000b9e5ef2ed64e53fe969ace455d7ad50defa9bef11394d 2,810 1.00/1.00 vMB 75
621,778 621,778 0000000000000000000b26e9a15132cfacb9752c5587203b5effda992badc5a4 2,485 1.00/1.00 vMB 74
621,777 621,777 00000000000000000003b5b6b64dc29aafba4c8d9a3f2ed6c987129dbdff8bd8 2,162 1.00/1.00 vMB 84
621,776 621,776 00000000000000000009495792e5089bb73c413e435ebd9608da8f33acb6aa22 1,277 1.00/1.00 vMB 83
621,775 621,775 0000000000000000000e51e20bb5a9115ae21b7a9821688c1932f60f5137e8b1 272 0.18/1.00 vMB 13
621,774 621,774 0000000000000000000743bea3005d05c0792898012193c803136f72cb247a96 1,684 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.18 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: 653.65 GB
    • Received: 13.98 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.