Loading Tool

Explorer IconExplorer

Memory Pool

74,546 transactions
29.07 vMB
0.07678047 BTC
Random Selection Loading Transactions
Max Size: 175.96/200 MB

Candidate Block

Mining Attempt a43883b930eb4bccdd3f89a3ee832b0f7c3d8df88f90991fba6c9f299d87cb77
Version 20000000
Previous Block 00000000000000000001de95a124532fb5b79f73499f42c91953c61275ccc598
Merkle Root b038b72f03b29cdb8a4fa48ea52d7e203ac54da1f3523ed3b2e34da59fd151ad
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,737
Size: 1.00 vMB
Total Fees: 0.01194186 BTC
Feerates: 73.20 > 1.20 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,429 (57,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
857,987 857,987 00000000000000000001ecd48d26d2493071bc5947a8fc31b2a3b86fe19ff84a 6,020 1.00/1.00 vMB 5
857,986 857,986 00000000000000000000d74f284beeaf29043439aa639713e190505cf77dcf81 7,666 1.00/1.00 vMB 3
857,985 857,985 000000000000000000015b5ba456448f577819c07ca1a5b9e74e726eb694ccbf 6,344 1.00/1.00 vMB 5
857,984 857,984 0000000000000000000252cebcfdbe2504c2d3c6c1a6c6084b4365877e5e03b5 3,242 1.00/1.00 vMB 12
857,983 857,983 00000000000000000001bb3c443e9865877492c4f59d1ad11dc3081fffca15ea 5,802 1.00/1.00 vMB 13
857,982 857,982 0000000000000000000295f5e690086ebd56223392f4e1c020491f05ec274450 5,842 1.00/1.00 vMB 3
857,981 857,981 000000000000000000007e44ed84554668c2d55c83812eba87e825a9be794ab1 5,108 1.00/1.00 vMB 19
857,980 857,980 00000000000000000000acaf8348417cbd5308e8c20f0002da7ed44a8d219a68 4,880 1.00/1.00 vMB 25
857,979 857,979 0000000000000000000152069d37163e4512961b095ebf27ead9a45a8ed5e97c 3,192 1.00/1.00 vMB 31
857,978 857,978 000000000000000000008ec33956fbf116519fa78bd660e907d0fc3ecdd41d15 6,708 1.00/1.00 vMB 6
857,977 857,977 0000000000000000000264d3bf401b99e28ad66852598cab9edeb5e7ecc76fdc 3,003 1.00/1.00 vMB 53
857,976 857,976 00000000000000000002726d1c5d794ba68696e0838d610ac92d13af8f093824 4,403 1.00/1.00 vMB 19
857,975 857,975 00000000000000000000afd54dba482c3abed435d4f46d7fec043e1d78a77ccd 4,294 1.00/1.00 vMB 83
857,974 857,974 00000000000000000002b8d07b390016d0c2dff284322b29c996a8563a5d624d 4,923 1.00/1.00 vMB 15
857,973 857,973 00000000000000000001b7230d55fa209bbc7f3380a8a791dfa24782c55168f9 5,100 1.00/1.00 vMB 5
857,972 857,972 00000000000000000001beeebbb88074f6c01c0c76d450b7a3aac4373e52aca6 4,782 1.00/1.00 vMB 38
857,971 857,971 000000000000000000008c0cfb11c0c3e6ff9f152ea5132cd579182d6d34fae4 4,395 1.00/1.00 vMB 13
857,970 857,970 000000000000000000002c62b9f0c7ca09cdd86489bc06036688b8ea166dabcc 4,555 1.00/1.00 vMB 46
857,969 857,969 00000000000000000000ae516b824e4f68197d590154907b03802e13e0d8fe71 5,390 1.00/1.00 vMB 32
857,968 857,968 00000000000000000002ed67f6cfc3ecbbaf1430e68fca5450b3c0a767162366 6,172 1.00/1.00 vMB 45
857,967 857,967 00000000000000000001c9e7993aa0c2ebfd7a0d3cc5d08167a0a670ac7f9760 6,349 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 783.13 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: 741.95 GB
    • Received: 18.64 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.