Loading Tool

Explorer IconExplorer

Memory Pool

40,878 transactions
28.63 vMB
0.06663979 BTC
Random Selection Loading Transactions
Max Size: 146.51/200 MB

Candidate Block

Mining Attempt 27172412cb3f913246ff53914c93bcefae3fa8d019fabc85d3e7bd3e6501adf4
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 92355395459486b0f177ed002c323d3572a96884b6a27706f0bcfd9f56e8f885
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,863
Size: 1.00 vMB
Total Fees: 0.01129336 BTC
Feerates: 100.19 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (311,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
602,628 602,628 0000000000000000000f94eadfea51940b0ecea34c143027c9a03a884b76881c 2,596 1.00/1.00 vMB 39
602,627 602,627 0000000000000000000eaad56652f9d88530c09a9c723c2d5d9e4b82b9ac0011 1,559 1.00/1.00 vMB 9
602,626 602,626 0000000000000000000143f63fae7cea5043b78278fe5ffd66c8ff41f46a4140 2,228 1.00/1.00 vMB 29
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.17 GB
    • Received: 11.88 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.