Loading Tool

Explorer IconExplorer

Memory Pool

41,763 transactions
27.44 vMB
0.13292001 BTC
Random Selection Loading Transactions
Max Size: 141.82/200 MB

Candidate Block

Mining Attempt 7bae2d17d691bdf5459637e73d7c601ea6fb2ce360e2fabf5ab5166298f5727b
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 01efa2294be4158358785d421061f0f7e867598fbc6f84ec27123b6867402245
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.05128417 BTC
Feerates: 150.71 > 5.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (177,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,888 736,888 00000000000000000003f81add6102c0c5df0fe2b2c34974e74ae1797c763e2a 2,115 1.00/1.00 vMB 17
736,887 736,887 00000000000000000006ae6f86444f7e4c75743e88d560492a65e00846d6d586 2,791 1.00/1.00 vMB 22
736,886 736,886 00000000000000000006e595dc54dc91d27cf13230e3e9de24ccb1f4d2ba14ea 2,772 1.00/1.00 vMB 23
736,885 736,885 00000000000000000004d2a2c89b091ced85ff1ac2a8f084fa467cfa8cb7be17 2,289 1.00/1.00 vMB 11
736,884 736,884 00000000000000000005b5fffb7267db3e50b532acc47e8781088bef6b0138d0 2,710 1.00/1.00 vMB 13
736,883 736,883 00000000000000000002f80446df2da30276c053841a5cd8db49270e6117a06a 609 0.21/1.00 vMB 12
736,882 736,882 000000000000000000021305d01a8ebdf42340b777ddf7aa7b532ef1260c3bb6 2,834 1.00/1.00 vMB 14
736,881 736,881 000000000000000000003c8f669cbe9725a1c09cd93a98c88bbdff4e7f929ad7 929 0.98/1.00 vMB 4
736,880 736,880 0000000000000000000673bf19ca6386473056f63f0ae3ebb0d954186f3f9fd9 1,276 1.00/1.00 vMB 9
736,879 736,879 000000000000000000062ef03810d09a3170b15117bb82b45e38fd7811d2e1bb 1,431 1.00/1.00 vMB 2
736,878 736,878 0000000000000000000480c4f7fc782804b9d27b68a67761aa38bd5f78dea599 3,171 1.00/1.00 vMB 13
736,877 736,877 000000000000000000066e2172dfb17aa275fad389a774cbfa3411cc7b07898c 1,087 1.00/1.00 vMB 11
736,876 736,876 00000000000000000000050a4370dbdfae2ff3c7cf1c9300b1e080a29241223a 2,243 1.00/1.00 vMB 9
736,875 736,875 0000000000000000000862ab560be7e81c7f591b34b1c18f6a161365758a09c1 2,426 1.00/1.00 vMB 20
736,874 736,874 00000000000000000005d689689d994339e1e487f721a6a35b5e9f7c8748ca94 2,574 1.00/1.00 vMB 21
736,873 736,873 000000000000000000004aef2b5f20bce3ce301f8747e053440737abc23e16f1 2,789 1.00/1.00 vMB 24
736,872 736,872 00000000000000000006949c21c73b20d5b851436da1dda239c9aab2162aff4d 603 0.32/1.00 vMB 9
736,871 736,871 0000000000000000000815867afb46b50db12bb2d74937c4818b2a5e9bf0b4a6 1,824 1.00/1.00 vMB 15
736,870 736,870 0000000000000000000663365797006315b48ea2e6a4e8da2380199f851a4d24 2,306 0.93/1.00 vMB 13
736,869 736,869 0000000000000000000642e6d8ee8b93679e7da5ce8bd6dfef071ce2cb1a5388 625 0.19/1.00 vMB 12
736,868 736,868 000000000000000000031840b8d3d7b14be774e0dc40212e26c6a149fcd1088e 1,988 0.58/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.87 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: 643.24 GB
    • Received: 12.58 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.