Loading Tool

Explorer IconExplorer

Memory Pool

45,206 transactions
27.16 vMB
0.07258167 BTC
Random Selection Loading Transactions
Max Size: 143.11/200 MB

Candidate Block

Mining Attempt bcbf2fcfa27069050d5bc273d0078af0bf3e381eb2526583cbf8864ea76a351c
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 53797b8e4d773742b6a61f8fc37fd1ad7806ac4df2e7b13d9c11e59c29129891
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,880
Size: 1.00 vMB
Total Fees: 0.02203715 BTC
Feerates: 251.72 > 2.21 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (120,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,723 794,723 00000000000000000000f6bd17dccd059a48342e1264b05633fe1df5f290ceba 4,245 1.00/1.00 vMB 11
794,722 794,722 000000000000000000030b42973e4b08b5fd08c4991b9f33fb676ee3b0adc411 3,656 1.00/1.00 vMB 16
794,721 794,721 000000000000000000020685552ace53fb2a13aa25fae82c809c12d94344ec23 3,088 1.00/1.00 vMB 19
794,720 794,720 000000000000000000017dabe8a64db95bb0f18a843cf1251e85d52a5f707303 3,522 1.00/1.00 vMB 18
794,719 794,719 00000000000000000004055b6784e8613d2ad14de17ebbcc2cb2d9c06840d869 3,914 1.00/1.00 vMB 19
794,718 794,718 000000000000000000034c8477be47276a53b754a2cf53bfe44f55b6362f0ab4 3,908 1.00/1.00 vMB 29
794,717 794,717 00000000000000000003c7970485e56091a6818434b92e3c7fdfdecb5c7a697f 3,938 1.00/1.00 vMB 25
794,716 794,716 00000000000000000002cc78cd5fabddbaae820dadd440bda2e3d12c1293fac2 4,734 1.00/1.00 vMB 32
794,715 794,715 000000000000000000006aa1411ca2cc5a8ee2e505b7edaeae7467a8bff445db 2,467 1.00/1.00 vMB 26
794,714 794,714 00000000000000000003924dba85935900f44a4eeef3a5f48d84701e4e7569fb 3,838 1.00/1.00 vMB 33
794,713 794,713 00000000000000000002fbd1691b48ee959844a1174185edf9211a2a07a7bc55 5,299 1.00/1.00 vMB 48
794,712 794,712 00000000000000000000bc56b32f2c0b09e9e167379819d727d395f7d67e9380 5,026 1.00/1.00 vMB 53
794,711 794,711 00000000000000000003ab9b7ace8ee717800af0be0ceb0d712e9b72c8d60476 3,953 1.00/1.00 vMB 48
794,710 794,710 00000000000000000001114a900613a74f096ace3e2754e489471e49bf581f77 4,828 1.00/1.00 vMB 27
794,709 794,709 000000000000000000036e965b666ce98936238254637aafb75d9ce0d0de7b23 3,465 1.00/1.00 vMB 35
794,708 794,708 00000000000000000001b1105d78f3b99fa9f3d2bb690eec99944d72d58dbca4 3,831 1.00/1.00 vMB 13
794,707 794,707 00000000000000000001c6acb5b4340c9d5d6f4a10cb92b2fca81ba219542857 3,141 1.00/1.00 vMB 27
794,706 794,706 00000000000000000000a15ec3f3e43161d4abbf821ed24458d1e39a9f414be4 2,854 1.00/1.00 vMB 16
794,705 794,705 000000000000000000045b551f30bdb546f95b765c21ad132c1f249a43209095 2,831 1.00/1.00 vMB 25
794,704 794,704 000000000000000000018b6e5ca0588538f69ce2d48468957f1c25776d41d1cb 3,084 1.00/1.00 vMB 17
794,703 794,703 00000000000000000003d14ddd52134f6ee1ae16c3d6ad283a303e797a5baa15 2,753 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.94 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: 646.71 GB
    • Received: 12.88 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.