Loading Tool

Explorer IconExplorer

Memory Pool

76,058 transactions
28.42 vMB
0.06721437 BTC
Random Selection Loading Transactions
Max Size: 172.11/200 MB

Candidate Block

Mining Attempt 187fd679ee2a7f27abd82d2a41efe3eb6e6567a7585c12da9aa5438f9df89231
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root f434563febee518b5db321ef0cbbaee97f502aad3d2d9e10a1e7aa8c22e87dc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,329
Size: 1.00 vMB
Total Fees: 0.00832803 BTC
Feerates: 101.00 > 0.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (546,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
368,652 368,652 00000000000000000c97a5f8c2d0d15509316f656484535130002eebfe26d6ca 1,407 0.75/1.00 vMB 56
368,651 368,651 000000000000000010bdca63940274b5d14f7c995019b20d026e3599d03d5128 1,137 0.93/1.00 vMB 32
368,650 368,650 00000000000000000e8cc327fa6f4113eede973d58edb44c5c20fe03ea2b89bf 744 0.72/1.00 vMB 20
368,649 368,649 000000000000000011683e5541b24a4ffbcb038e6ba97a48ee5d36a3f60cb53e 1,543 1.00/1.00 vMB 45
368,648 368,648 000000000000000012b19183cdcea7f5716b7e016a54dc6b8ec893fafea0b59b 825 0.93/1.00 vMB 26
368,647 368,647 0000000000000000040b5063896a5bd08f5159905e0ce03c5323140bd8db3712 534 0.94/1.00 vMB 19
368,646 368,646 00000000000000001205dc446a45f314e6000c17279144ce75859cbd8258f7d0 890 0.75/1.00 vMB 23
368,645 368,645 0000000000000000076a31b647113c4cdfb77fa8fa3043f3ef7da96d1dc692fb 1,441 0.93/1.00 vMB 58
368,644 368,644 00000000000000000f0a6e6ea72ac938e9cf7bc0d7110deacd10af3c06dd6910 1,072 0.75/1.00 vMB 56
368,643 368,643 00000000000000000f5193b4e2ba9c641870ac027d90595665cd7424edf45b2e 2,469 0.95/1.00 vMB 84
368,642 368,642 0000000000000000109f4a4b2972fcb0f7e3b5b4bb1a364d757eff37fd850204 1,467 0.95/1.00 vMB 31
368,641 368,641 000000000000000009dababbaa7e00fd147e38e7c60ed10686a80f216cea3974 886 0.93/1.00 vMB 29
368,640 368,640 00000000000000000f62a1aec50582fcad79280d1d20300ed70f90160e72b134 1,324 0.93/1.00 vMB 83
368,639 368,639 000000000000000014b2fd330de96ca7cf73aa1db598f96a26a0b1a1c3d00e35 682 0.89/1.00 vMB 23
368,638 368,638 00000000000000000cda6053d36cb6c446ad140e89e07c7a1983073252296b02 600 0.85/1.00 vMB 24
368,637 368,637 00000000000000000f0b8c1b472179074f6dae5abba4779da1a74c94f52ff91f 613 0.87/1.00 vMB 22
368,636 368,636 00000000000000000f478882c280424589b67dcfdc3676f1bdbd2428384ffc6e 1,649 1.00/1.00 vMB 41
368,635 368,635 0000000000000000091ff38f256db777432475b6777d4187fa53ec384269060a 1,736 0.93/1.00 vMB 48
368,634 368,634 00000000000000000af9c1cefdb7ccad0e5ae8b0bca6257140e8ba1ceab4858f 567 0.85/1.00 vMB 21
368,633 368,633 00000000000000000e4d89a079c7f0a463ea8d9cdc8af7b32261c89df24e0d6f 788 0.95/1.00 vMB 27
368,632 368,632 000000000000000008f37f6670a642c87007de5ed5f7ea171202eeae477875af 903 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.