Loading Tool

Explorer IconExplorer

Memory Pool

38,716 transactions
28.28 vMB
0.07164071 BTC
Random Selection Loading Transactions
Max Size: 143.38/200 MB

Candidate Block

Mining Attempt 574cd40ba9fe3e231e14dd9c71c2f6eae0c28357dc39d45550f3a02167cbb969
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 594268229bb5b42634804b4d92cb864d6487d766e7f4e98932f11ae4fcc17f35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01733049 BTC
Feerates: 150.93 > 1.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (311,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,649 602,649 00000000000000000008647bf3adffc88909838e32b9543d77086fb8dc6e40a5 2,563 0.80/1.00 vMB 25
602,648 602,648 000000000000000000118783285d0a5bc749182d3939e3d0a73b12f5b727e976 2,293 0.73/1.00 vMB 12
602,647 602,647 00000000000000000010de9efeb9d34758cdd2da0fbd4da5bfc41d967774b8e6 2,807 1.00/1.00 vMB 38
602,646 602,646 00000000000000000002d98001a3835adb7991cc0ef93a42e530fd16da629dca 2,810 0.87/1.00 vMB 26
602,645 602,645 00000000000000000008ce70df732ec00660a266dc7b093fbcc7d9062f8cda90 2,634 0.86/1.00 vMB 24
602,644 602,644 000000000000000000135f58529191b649d95971022f54ed263ab259a40b12c0 1,291 0.64/1.00 vMB 6
602,643 602,643 00000000000000000001789fc892afc8e2b930897d76a02f0a32157028637144 1,455 1.00/1.00 vMB 3
602,642 602,642 0000000000000000000793d4bfe3b4e8c85ae26e492f19603379909d1f092906 2,535 1.00/1.00 vMB 29
602,641 602,641 000000000000000000013061f410d1e5a7527d95c9db0fbe7c5cc31aee9c699e 2,401 1.00/1.00 vMB 23
602,640 602,640 00000000000000000010c84e31ed6572fb23519b69ab8b91c5f19854527d2505 2,878 1.00/1.00 vMB 42
602,639 602,639 00000000000000000007f25efce017d130be924c6eb451d67e4a0019df4e27a6 2,298 1.00/1.00 vMB 14
602,638 602,638 00000000000000000010257c1d036eb661ffe07d23f7c95e1d350052c8038eb4 3,090 1.00/1.00 vMB 23
602,637 602,637 00000000000000000004a5d52c482b36aefb3579bb253af004d9d359e2f01608 2,513 1.00/1.00 vMB 13
602,636 602,636 0000000000000000001412ec1dbab269f8ea8421793bc70b130f7454f1d77d00 1,428 1.00/1.00 vMB 9
602,635 602,635 0000000000000000000b762c5dcb42ddf456d97502e172044316ac4c867662b4 1,797 1.00/1.00 vMB 7
602,634 602,634 00000000000000000007d0fbc4218eaf6d3dbc4d5874b6757fb3c63245bf09f5 2,431 1.00/1.00 vMB 9
602,633 602,633 00000000000000000009db1655bdce0e126f2e94fe7f96bda35537f4cad328e6 1,914 1.00/1.00 vMB 21
602,632 602,632 0000000000000000000764f65f513aa644d2992c54e013f29a9c3b02e06ac34b 1,905 1.00/1.00 vMB 6
602,631 602,631 0000000000000000000aa4739262deab9e2c05142c86dddce7b7a523acd698bd 2,950 1.00/1.00 vMB 36
602,630 602,630 00000000000000000008d402883e1e8712e1e09728f979cf46a728597d795c04 2,799 1.00/1.00 vMB 28
602,629 602,629 00000000000000000006e2776d2de05f4d5dc1d93da5f6cca6f8417511c78f2b 2,921 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.12 GB
    • Received: 11.87 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.