Loading Tool

Explorer IconExplorer

Memory Pool

43,653 transactions
28.14 vMB
0.06615967 BTC
Random Selection Loading Transactions
Max Size: 148.52/200 MB

Candidate Block

Mining Attempt cb6b0b697f74ba56aa265df132970c42e4a6c7a815e5abfd31db4c32587f1d8a
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 4fc9c9748ec2a25fc47cbdeedb52719d1c0b011b224f200e7da73a419a88c81d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,556
Size: 1.00 vMB
Total Fees: 0.01301968 BTC
Feerates: 100.23 > 1.30 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (641,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
272,983 272,983 000000000000000592f4797aab7c1fd891a4cacd300d2115f25fa5afab547cdf 167 0.07/1.00 vMB 30
272,982 272,982 0000000000000001861406446213560c3996bbcefd98c34b3bf1db554c154eed 894 0.53/1.00 vMB 43
272,981 272,981 00000000000000016b81c47f08217cb86869b7af8c37e2c9b3c60f795671ff04 686 0.25/1.00 vMB 172
272,980 272,980 0000000000000004daf6b315766553e78314fff4a18b7505bcca5ffb5696cabd 45 0.03/1.00 vMB 44
272,979 272,979 00000000000000007a5ba3fbaeebf97e190b8b28036a6c05744eb93ee4bee9c7 102 0.06/1.00 vMB 36
272,978 272,978 0000000000000001104722590d401418421b123b1125038456bcd4528ceeede3 327 0.15/1.00 vMB 22
272,977 272,977 0000000000000002f2f8db5aa94afc24255610fa2a4b69af9587b728dc631af1 337 0.15/1.00 vMB 76
272,976 272,976 0000000000000001e545d1cd7adca85330f7df32c0b9d7bc23becaae9df4528e 634 0.26/1.00 vMB 48
272,975 272,975 000000000000000395d182bcf6aea6c74dc3f29a67567185106ca4a189d344e5 390 0.20/1.00 vMB 46
272,974 272,974 000000000000000198d6e8b4a8f676fa90b1ef891e99e5986c63891a99e94a1d 172 0.15/1.00 vMB 16
272,973 272,973 00000000000000029335312f74840e0314bbc2c0ee81ff8bcaf6476f6904328d 663 0.25/1.00 vMB 69
272,972 272,972 0000000000000001859b3f6b6b8100ddae110a5c1ead968876fd3e8f782bfe09 681 0.25/1.00 vMB 74
272,971 272,971 0000000000000005885c269a8e9871d89fd945dadd7c4d4427326c3ac3652633 36 0.02/1.00 vMB 139
272,970 272,970 0000000000000000a1b9c60403b0cc8d66f4d9e004c1e36d4a3adb4e14288c87 244 0.14/1.00 vMB 36
272,969 272,969 00000000000000027430723ac0b09b3f18070ba5cfca907d6c38f8a11460f7b3 438 0.20/1.00 vMB 66
272,968 272,968 000000000000000528b0f8d07a9b6c054b9b72b90e8e3c434cf7a80cbb84f8b9 346 0.16/1.00 vMB 83
272,967 272,967 0000000000000004d4c2932c1d54e742da8e4f8de03a18ade4a9e6771a5d28f6 453 0.26/1.00 vMB 43
272,966 272,966 0000000000000001f7facd4e886f82374f026ee42df9b6b9fa4893ec8de5f054 470 0.26/1.00 vMB 50
272,965 272,965 00000000000000011e78847a0f48ef008354c83765814466a65d3a60842a7218 408 0.19/1.00 vMB 45
272,964 272,964 00000000000000014b0ecad5a0d4df02bd31ec80af2b7fc3fd2d63775539dbac 436 0.21/1.00 vMB 66
272,963 272,963 00000000000000051e3c909c658d94efa3aaca098898d1f96aca6726c7922a3c 419 0.25/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.63 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.