Memory Pool Memory Pool Refreshing

3,423 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (33,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,521 874,521 000000000000000000005f278445f3f4990bc401e1db519ea9b767a9530ebeef 1.18 MB 1,028 4
874,520 874,520 00000000000000000000cc561c1a8607c1cee55fa980459fb4c74a78f2422949 1.69 MB 3,804 7
874,519 874,519 0000000000000000000015fabd946e669d02ba54a3dcc8b62419a233824ddee3 1.52 MB 2,987 8
874,518 874,518 000000000000000000009180c63d3988c507f61709940236d2dff2b899974b24 1.26 MB 941 5
874,517 874,517 00000000000000000000ceb3ab789e126b941592576db4bbbfbb21b00e83b8d0 1.43 MB 1,808 4
874,516 874,516 00000000000000000002a210580445a15ddef0ec0e60c769ae39961d998b07ed 1.62 MB 3,574 7
874,515 874,515 00000000000000000000d28ecbc71566e8c9e88b7c0ec2ff25920bacc48825fe 1.67 MB 3,293 7
874,514 874,514 00000000000000000000682b78ce48eb79b73c4a0222f0c9292d5ef529c87041 1.57 MB 3,385 8
874,513 874,513 00000000000000000001643a0c8aa6e75d9a2bd762ebfdb20ecf97c92e9a3777 1.54 MB 3,480 12
874,512 874,512 0000000000000000000208f54561ede1af2983f4e9c46fd5bb5f7103a58a2eac 1.38 MB 1,803 5
874,511 874,511 00000000000000000001c7cce977fb2ee0c6ad8819f97bb11fa9860a44a1f887 1.67 MB 3,607 7
874,510 874,510 000000000000000000010b75dd899a9aa4c67aa38262bb13e9999f3db3c7c659 1.64 MB 3,613 8
874,509 874,509 00000000000000000000b974e824b8364d29d9d3eab8239074a2a134e55af884 1.65 MB 3,732 8
874,508 874,508 000000000000000000027c72f2cccfe567cc062721a943e7c5d90efb8826758a 1.52 MB 2,884 8
874,507 874,507 00000000000000000000a69cb6daf15feb8c453a2198376f20df20abce2f887f 1.73 MB 3,725 6
874,506 874,506 00000000000000000000e338d25058cba5b05ad6819dd80a83bd67400f121e57 1.55 MB 2,866 9
874,505 874,505 00000000000000000001cd1f649065819952ae0af17c9cf2b19ff0df1fd2b7ae 1.73 MB 3,792 5
874,504 874,504 000000000000000000009ccdb9886fae8431e379fd07c1c62f5663ec94364d20 1.70 MB 4,078 8
874,503 874,503 00000000000000000000d6e20b805821c0a7a0fb8f51d8845aa08ec49f75c72e 1.72 MB 4,053 6
874,502 874,502 000000000000000000009c611bea702e8a88a8ba67cd05b375ae0c21feaad442 1.82 MB 5,034 8
874,501 874,501 0000000000000000000297fb8506c1d603df3b3b5bfa685e5057aaeb82f2bb1f 1.76 MB 4,045 8
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.