Memory Pool Memory Pool Refreshing

6,633 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,145 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (28,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,396 879,396 00000000000000000000c6013b6ae873df6533b94855c5a409a9d33c9e9f2695 1.45 MB 1,699 3
879,395 879,395 0000000000000000000016c47074694dd2714eba82f25d269eb4f7af196f195e 1.62 MB 3,032 4
879,394 879,394 000000000000000000023d33340fac23c7625a350bc1799dad0f20cfcc66f75f 1.62 MB 3,398 10
879,393 879,393 0000000000000000000163a7b2735bb25860bac22e0d6ab3eda5ce1e00e8ae23 1.68 MB 1,328 3
879,392 879,392 0000000000000000000252844749d0a70ebf189a60d11b948fcf6b607f52f514 1.61 MB 2,559 5
879,391 879,391 00000000000000000001fbb945b302d15997d45f9530c653a3d4d695488a5977 1.68 MB 809 2
879,390 879,390 000000000000000000012b706047ae46ee47d8af36440df189805143548fe6bd 1.43 MB 2,035 5
879,389 879,389 00000000000000000001ce65b3c7c45ea99a512b5a7c19fa5e85904fcfdcb787 1.28 MB 1,369 4
879,388 879,388 00000000000000000001a035641c6cef29b3659c77445ba662e759ea57de5848 1.54 MB 1,992 5
879,387 879,387 000000000000000000023943d9e0c130f91e421097d5a649ebcdb28715512ab7 1.46 MB 1,584 2
879,386 879,386 000000000000000000000a91c3e26b56f5a1bfa5872eef31466b167532e94b85 1.50 MB 2,019 4
879,385 879,385 000000000000000000025830444f3ad90c1e40e276874fdd89ca47fb6fe59084 1.26 MB 1,464 3
879,384 879,384 00000000000000000000b59e2735c09f48e17ac648453cfcd86bd97568fde134 1.74 MB 3,616 4
879,383 879,383 00000000000000000001b1fc29510af846d2a4682f6588b1b145ecf7db046d9b 1.28 MB 1,741 6
879,382 879,382 00000000000000000002597b5cea631a35a5ddb91d23fdac71bbdaf2d56350e6 1.66 MB 3,067 5
879,381 879,381 000000000000000000009c39d9a1015e059351f9ae57ac5f6266eac1f4cb57fc 1.60 MB 3,826 8
879,380 879,380 00000000000000000000e025ca28bc93a2bb42bb1a0dc7c47183dfe51e9d0d5b 1.70 MB 3,451 8
879,379 879,379 0000000000000000000066c57cb7155f05dbb5ceac8fac6207fa86c986d7c8a6 1.57 MB 3,603 10
879,378 879,378 000000000000000000007a43ce0e6828d31b1766a92d48184805205fa12db425 1.62 MB 3,670 9
879,377 879,377 00000000000000000000770c2ebbecfcc0f70e3ac07a0c78d7905dd985ddee63 1.57 MB 4,152 15
879,376 879,376 000000000000000000006142a69262aec322c4385788a036530d641d7ebef8d2 1.60 MB 3,969 12
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.39 GB sent, 93.99 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.