Loading Tool

Explorer IconExplorer

Memory Pool

44,026 transactions
27.20 vMB
0.08793534 BTC
Random Selection Loading Transactions
Max Size: 142.36/200 MB

Candidate Block

Mining Attempt 0e096d9697bfffe4997c4b38385fd14f6dfa463087aa2bcc4876584d4633c460
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 7cfbf96a75e6502c94af83a0437ceeadf0329fc5bb37f10dd00e07dae74ea9af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,227
Size: 1.00 vMB
Total Fees: 0.03486256 BTC
Feerates: 150.93 > 3.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (120,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,991 793,991 000000000000000000042d7959f44b50d0ab3e24c80133768d4b6c6f3112606c 1,601 1.00/1.00 vMB 14
793,990 793,990 00000000000000000005266cfb03dc10671b92dbaf0ab5da075fbe51681118a9 2,190 1.00/1.00 vMB 17
793,989 793,989 00000000000000000001bc86694c921a1ad2a200c7d6dcdad8c3c0d7e850a9a1 2,342 1.00/1.00 vMB 27
793,988 793,988 0000000000000000000010ab4daac815883fd7d283b4828ad6d7b208e9235682 1,737 1.00/1.00 vMB 26
793,987 793,987 0000000000000000000346bd3aa6719817c258f3ec7a2ad99378719be6bd1001 1,777 1.00/1.00 vMB 16
793,986 793,986 000000000000000000006f29d9c5956b0238ce1d6a8726a1ec68a972e34e72d6 2,666 1.00/1.00 vMB 35
793,985 793,985 0000000000000000000373be7e94b298143b15e03b4ac811901c2d9b1e64b0f8 2,294 1.00/1.00 vMB 29
793,984 793,984 00000000000000000003c15fbb5e8647d317d7e9e66d894e3cbf1597512aef34 2,095 1.00/1.00 vMB 14
793,983 793,983 0000000000000000000212b1e65eff55d4ac5c4b60e215337ec53684b8a349da 2,276 1.00/1.00 vMB 14
793,982 793,982 00000000000000000004c8752d692f27bba0234f4f2717e7b6117a10e5453fb9 2,387 1.00/1.00 vMB 15
793,981 793,981 00000000000000000004f5bdf7b13335c2c5d323942d93ed6da2b3f7dc5ed630 1,691 1.00/1.00 vMB 16
793,980 793,980 00000000000000000004fb803b71ea5263ebc937808076816a0607748949e268 1,752 1.00/1.00 vMB 16
793,979 793,979 00000000000000000002a78bd0e1c8cbde9321aef09fb991e61daaa55322118e 2,203 1.00/1.00 vMB 35
793,978 793,978 00000000000000000004e5f2b1416213afea4d80c0585411c1f75b2f99201f70 1,756 1.00/1.00 vMB 15
793,977 793,977 000000000000000000035b70dbcb37cbf2eaf6fd2cae1d6a53372fb74ffe87e8 1,563 1.00/1.00 vMB 22
793,976 793,976 00000000000000000000feb6342f93f437a7ad749343a528a3c42ca013363aa8 1,455 1.00/1.00 vMB 20
793,975 793,975 0000000000000000000484ba2ff26a738601b24003680e134028bb3dbf4839b1 1,982 1.00/1.00 vMB 22
793,974 793,974 000000000000000000048adca1cd3d995e783f8dda3ce094d0feb0fa7ad35926 1,699 1.00/1.00 vMB 15
793,973 793,973 000000000000000000042a3b29b2a09ef8877e51df8eede6696524a6c407d838 1,790 1.00/1.00 vMB 11
793,972 793,972 00000000000000000002d167fd509e14c632216b1f425e198ff6e3dbe85ebd1f 2,857 1.00/1.00 vMB 15
793,971 793,971 000000000000000000021a144c03e830a449067055d520432a5dc1882270e73d 2,905 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.16 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.28 GB
    • Received: 13.86 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.