Memory Pool Memory Pool Refreshing

26 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,904 00000000000000000002349e0000000000000000000000000000000000000000 0.00 vMB 19 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,903 (247,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
659,945 659,945 00000000000000000003af83a33686d0ad74e2f758d98ee5f1b0e5b585dba9be 1.34 MB 3,009 118
659,944 659,944 000000000000000000084bc0046469f998ea89db552fc8d024e150011137f24a 1.28 MB 3,040 106
659,943 659,943 000000000000000000052c7c71438b189f3abc612ab8262189245c992163b62f 1.23 MB 1,710 113
659,942 659,942 0000000000000000000b0b8cd3308d066bded9a94d8495e5739657682e4783af 1.38 MB 2,713 139
659,941 659,941 0000000000000000000e65982c37936ec54d39124613b2955ec33e4d2aa9dd0a 1.25 MB 2,541 79
659,940 659,940 0000000000000000000a4acb86e13cd8cd6091e2ed2e98597893fafc26c17a16 1.33 MB 2,969 140
659,939 659,939 00000000000000000008fde82d08573f03866a0d6d5b7c069e06a8667dfd8817 1.18 MB 2,982 78
659,938 659,938 0000000000000000000c87d035d514805587b5d53c185a6fe8ed598dd0915bec 1.09 MB 2,997 62
659,937 659,937 0000000000000000000c16e5a64bec9a147e1175e0190511b1bcdc6faf099d24 1.37 MB 2,875 122
659,936 659,936 000000000000000000080987a9f3893e76a6e85671717a272dcc9362c06ab192 1.43 MB 2,583 118
659,935 659,935 0000000000000000000d5a966bbd162fbbb44c628eb52e2bc7148567dc7e852d 1.34 MB 2,824 145
659,934 659,934 00000000000000000000fadd6081acbe0e49cb089a4c5a59ba688ce0129d70c7 1.33 MB 3,375 125
659,933 659,933 00000000000000000006fe4479e7415da50be59d7296c3cde91b646a1fc898d8 1.34 MB 2,983 97
659,932 659,932 00000000000000000005d76ac3c37fe2d99665de58e4b0876339fda3a63458c6 1.39 MB 2,388 125
659,931 659,931 0000000000000000000bb4a27cc02d3f3a7027bc0096a046e4f9b8f5531a94c9 1.31 MB 2,200 129
659,930 659,930 000000000000000000026868790098309d6ae3fd9ba3def06cf5ba71b320fdde 1.40 MB 2,763 145
659,929 659,929 0000000000000000000cefc6ddb07675a965a9b1a27ebb67827b6ca1083f2ee9 1.16 MB 3,085 71
659,928 659,928 0000000000000000000659bc5840927548ca3664b44faec3071d41da0e68363a 1.27 MB 2,974 65
659,927 659,927 00000000000000000003c4acdba2908ced739d46e80cba2b784346a34315132e 1.36 MB 2,475 111
659,926 659,926 0000000000000000000910e6f6b1f19362fc0ded617224e67c8aaba0d41c2baf 1.30 MB 3,046 151
659,925 659,925 0000000000000000000a1049210c4363098322bfa4e609374e88d040d535b7a4 1.30 MB 2,761 90
Previous 10 blocks ↓
Total Size: 769.36 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,643.70 GB sent, 94.75 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.