Memory Pool Memory Pool Refreshing

8,725 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,031 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (31,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,519 876,519 00000000000000000001ac92a6975b14065e4580f87a6f5f0b1604f7a6aa20dc 1.45 MB 1,226 3
876,518 876,518 000000000000000000017078919a6a668530e72169422405bc4999853dd32f50 1.49 MB 2,386 4
876,517 876,517 000000000000000000019c09b31c626892701f169d76e4c5cbce08ef4316e508 1.55 MB 1,608 2
876,516 876,516 00000000000000000001c25bab6749cdc2f0ddc6b56e2a7cc9610bd8f046defc 1.48 MB 1,959 5
876,515 876,515 0000000000000000000244672c1650757693829963c22b95cc1bda24ebf33125 1.52 MB 3,098 7
876,514 876,514 00000000000000000000952eee7190098b0a8e7ba34e8b9ffd5a3fc75a2a150d 1.65 MB 1,862 4
876,513 876,513 000000000000000000001cf1f686b52f0774f3ed575a9d2d609246f1878958b0 1.57 MB 2,128 4
876,512 876,512 0000000000000000000181933efdcebacaab7f63ea3f8af2e1e4a8c467b73fe9 1.79 MB 2,075 3
876,511 876,511 000000000000000000028b02f7c00006c78b23a11ba9469363a79f2af1ab9d6b 1.72 MB 3,116 4
876,510 876,510 00000000000000000000cf31ef46a96a07110a235f44f5d9d4db2ebace8a39da 1.34 MB 1,379 4
876,509 876,509 00000000000000000001f638aefa8711d0043b961593643bc11aeadac2b5ca17 1.58 MB 3,458 10
876,508 876,508 00000000000000000001f3b8c68c8a45313968f4836a7380735ee4f1cd6b8f2c 1.84 MB 1,150 5
876,507 876,507 0000000000000000000286ec064224a5754a72fef24cb86de20b5e9834f0cfee 1.94 MB 928 5
876,506 876,506 000000000000000000019548e9e456dcc6fd8a4b16046189ea38b3fc6a7ae41c 2.01 MB 910 5
876,505 876,505 00000000000000000000549f36102cf4201680afa7255f9d3ef48d13509a8a66 1.84 MB 1,201 5
876,504 876,504 00000000000000000000bd8db8091414750e44fbf0b2bee5e4d5650a57fcecab 2.07 MB 347 4
876,503 876,503 0000000000000000000246763c75ba128fdd02ff4398c0e80bb72e004617aaee 2.06 MB 695 4
876,502 876,502 00000000000000000001d4875125d0480d47532bfba60e91c81eeecbc9017cf6 2.09 MB 502 4
876,501 876,501 00000000000000000001bf99c7faa56fc0cd85b22f50d705b65904e680f7f339 2.12 MB 1,374 5
876,500 876,500 00000000000000000001577138161eaf7dbc193fee583871759ccbb91dcdbe49 2.97 MB 2,466 5
876,499 876,499 00000000000000000001b5b110ce0016cf614ed7d04d60c02e4b250b64d1d431 1.52 MB 2,342 5
Previous 10 blocks ↓
Total Size: 769.01 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,621.32 GB sent, 92.91 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.