Memory Pool Memory Pool Refreshing

4,081 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (632,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,674 275,674 000000000000000270cb1de702d215f5cc5410b75d02e175ebb37c636026a971 0.19 MB 444 57
275,673 275,673 00000000000000014cae42560dbf16ed5064364c1375aa574a50608d8c633f8f 0.18 MB 213 27
275,672 275,672 00000000000000046548789eeb5909ac8f24945a986666a66f6ce67721a17003 0.35 MB 382 26
275,671 275,671 0000000000000000a9a4e425288f5302edd3e3ca351ba545ff52eec10c13232a 0.09 MB 156 35
275,670 275,670 000000000000000042648c5d08737242d087def5ffa791ccfaeca3d76cb74d22 0.07 MB 163 40
275,669 275,669 0000000000000003e4f2d5196b15964b9b7ab6c76a526d60e17caa7dab1b8018 0.15 MB 334 52
275,668 275,668 0000000000000004b976777d7133a201e6f4d06dc3ae39c86fc2da4aae324a98 0.26 MB 562 52
275,667 275,667 000000000000000201505bf528769a6fbb2890ac1a4548afa9d9a23dc2cecd2d 0.05 MB 52 8
275,666 275,666 00000000000000000a5e9108f56c325b274e4e574028f89266cbbb83d1610392 0.24 MB 540 37
275,665 275,665 0000000000000002308029cb7de9659f5098a98447135e06db7d8992b37d49b2 0.03 MB 44 68
275,664 275,664 0000000000000004737e3b02818c09939be2587cd931798e6f4143e20fd548c5 0.37 MB 630 33
275,663 275,663 000000000000000104dafdfae0f29ede8ee3dae01cb5cba16160812fdb2741fc 0.25 MB 699 71
275,662 275,662 000000000000000210c5912f12a770306822adedb02ee5feee87d9be28850d18 0.20 MB 316 27
275,661 275,661 0000000000000004473bb9a48a1d6cfa106ee7874fc2059459131afbce0be367 0.25 MB 709 62
275,660 275,660 00000000000000007662b1685280326dcd53cfb18528ef290ca1c93c03830a77 0.15 MB 280 41
275,659 275,659 00000000000000014b7e737d547c191600ab015f8da171992623286074668383 0.14 MB 275 34
275,658 275,658 000000000000000416d7be9e7942ce4392b9d08bfa98b37ad873124f6f21eeeb 0.03 MB 50 45
275,657 275,657 00000000000000026c996af4690d36578c4ab12eac35c0598c32460a495739ab 0.53 MB 1,081 34
275,656 275,656 00000000000000005cd2429634f26840e47bcb8e90e6637284a1d0e095c940c0 0.25 MB 768 89
275,655 275,655 0000000000000002608a9b0470cdc34cd879a8042d7c22f342f8eb174b4f8543 0.02 MB 50 71
275,654 275,654 00000000000000010aee60fefcb01212818eca62905988b47eb3f7010be9c48a 0.15 MB 74 6
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.