Memory Pool Memory Pool Refreshing

6,515 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,936 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (93,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
814,445 814,445 000000000000000000045507f2a29cfb052fc4ec8a0d0a3f49abb6c4f03fb547 2.00 MB 4,810 4
814,444 814,444 0000000000000000000078a8e8f31c0fad08d51072535217a6ba3204d5e9dd8e 1.72 MB 2,765 8
814,443 814,443 00000000000000000002654142a2d316b7c0bc031fe1cc8a5533242dcc64f970 1.69 MB 1,859 5
814,442 814,442 000000000000000000039f167b0a841449fbcbc413faaae0cd258ed63444628a 1.59 MB 2,860 7
814,441 814,441 000000000000000000017aa8e37154f24b0698c4acd6c61df02a9107def8de48 1.45 MB 2,065 9
814,440 814,440 00000000000000000002b98dbd0c0f059e21c7f56a59e4cbd218428eacd78034 1.69 MB 2,688 11
814,439 814,439 00000000000000000002f0b376947a6104f850455c6c644c406d224a8f3209b8 1.51 MB 1,792 7
814,438 814,438 000000000000000000048d22f2d146165c5e365bec08f40375a90c6221427c3d 1.57 MB 2,281 10
814,437 814,437 000000000000000000006085d65b881da018c7d600bbcefe165b1b2e550de8ab 1.89 MB 2,209 7
814,436 814,436 000000000000000000041d13649761bdeabd91f31ecf57cfa2afbd06e5730374 1.46 MB 2,316 6
814,435 814,435 000000000000000000047ec052a1718f244db4b15f8ce7184ba3f7270c0fc8df 1.36 MB 1,871 6
814,434 814,434 000000000000000000028bc7b729294a02eddd4d51ffa11859e2f753bf195b6b 1.90 MB 2,348 7
814,433 814,433 000000000000000000033b62a16d3b1351fe5e13dee54736f023357ac07528ef 1.57 MB 3,208 15
814,432 814,432 00000000000000000000bf86364bce563859173cd8d1f8f4e151dbff13c13a49 1.27 MB 493 4
814,431 814,431 00000000000000000002badf7ded79ac425f59e7370e0470099c83ee353447ad 1.55 MB 1,987 9
814,430 814,430 000000000000000000036cc2264e6051fb3fa37274c481a034b3de6f80df2b40 1.38 MB 1,393 5
814,429 814,429 00000000000000000000663f3f80b0a45f327c3f5988f78adab775680a1fdef6 1.47 MB 2,882 10
814,428 814,428 00000000000000000000b33b093f21f09841cdaa25e4e25c2f7fa398be29d509 1.51 MB 3,021 19
814,427 814,427 00000000000000000003f5f04fe9843a3c26d7c269d26475cc84137527eef4f3 1.65 MB 3,775 10
814,426 814,426 000000000000000000031fce3d12c0723c8e011c374d943c982389627bfd003a 1.56 MB 2,459 24
814,425 814,425 000000000000000000008d74c4505e70f40eba4fe0446944406e430fd6f18abd 1.78 MB 3,325 7
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.