Loading Tool

Explorer IconExplorer

Memory Pool

87,183 transactions
31.64 vMB
0.21886394 BTC
Random Selection Loading Transactions
Max Size: 192.08/200 MB

Candidate Block

Mining Attempt 67ccae2e4b9d46ee2c7ceef1a417d9bc54b16d1f179d8805c19db2828e0d8e86
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 34a5767b788bac279232ca8b9fe49d8ac86adaf6bd509160ebf4d3f83e1f2f2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.11022070 BTC
Feerates: 502.67 > 11.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (424,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,982 490,982 00000000000000000074db9934112a4db14a7d5d98664af375b84d4996b1e376 2,405 0.93/1.00 vMB 135
490,981 490,981 00000000000000000093d2b9d11f19b4ff6ca1452d8a53f5a32ece466775ec6a 2,017 1.00/1.00 vMB 62
490,980 490,980 0000000000000000009e447c6328b9bc37797fa926c4a48fc0277df70660648d 1,519 1.00/1.00 vMB 53
490,979 490,979 000000000000000000910bfe42682bfc19bf0f62b0197af990e4b60d90ad6914 2,622 1.00/1.00 vMB 55
490,978 490,978 00000000000000000010018b90563836b587c136ccbd7f0f2b5fd14a405177c3 2,286 1.00/1.00 vMB 61
490,977 490,977 00000000000000000072d0b84cc3a93a6cc3ad19600a3cce0d32996af1e16658 2,279 1.00/1.00 vMB 92
490,976 490,976 000000000000000000465ea0a01710cd587b332835e23bc3c5023562674ef83a 1,889 0.93/1.00 vMB 109
490,975 490,975 00000000000000000064c5094682db6fb48f82f1acf29c81cb18286a92aee769 2,237 1.00/1.00 vMB 80
490,974 490,974 00000000000000000032804b243fd8d831d3f592ff39002e52025d2de6b1192b 1,773 1.00/1.00 vMB 77
490,973 490,973 0000000000000000009f6f044fe523b054be2e0a05a0d4910f429b82fddff7d5 690 1.00/1.00 vMB 54
490,972 490,972 0000000000000000005c01c7747db0e5ecc2bc3478887b0171a86851e23c9b69 1,470 1.00/1.00 vMB 94
490,971 490,971 000000000000000000860762faa40a2df6611bcbce84e645ce033454a165d0fc 1,617 1.00/1.00 vMB 94
490,970 490,970 0000000000000000002d5dfed29208b37a60452f21f4f1844d89db9c38237816 1,013 0.72/1.00 vMB 91
490,969 490,969 00000000000000000013a4ea371e26213a42f8cec2c253a468a18863a2286b87 2,430 1.00/1.00 vMB 107
490,968 490,968 0000000000000000003582f6e9c25c1343189c2bbd9204f561dc098010138efc 2,508 1.00/1.00 vMB 168
490,967 490,967 000000000000000000147d17db42a107e51e7695dc86470f13cd5634492c62f5 1,712 1.00/1.00 vMB 86
490,966 490,966 0000000000000000007f6ada384773ee468344076be1d5f34abdc6747fa3a732 2,585 1.00/1.00 vMB 159
490,965 490,965 0000000000000000004640d96076b3ac6199d2a8661c0370c0ab134d0de5c59e 928 1.00/1.00 vMB 66
490,964 490,964 0000000000000000009c33f76cf1c4623f425b86ad825067a071becea02c1a51 813 1.00/1.00 vMB 79
490,963 490,963 00000000000000000085132a31ba96e7213a885d4c75e74f8df65eedd80dd780 1,019 1.00/1.00 vMB 83
490,962 490,962 0000000000000000002560fd0509a91e7d723c7b901f7e1d062ba24ab119a0ac 1,693 1.00/1.00 vMB 230
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.