Memory Pool Memory Pool Refreshing

86,766 transactions
29.65 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,667 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 1,791 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,666 (608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,058 878,058 000000000000000000003cca9b55d7380a6f10df7837fe9537618398f2d4c4cf 1.77 MB 3,409 3
878,057 878,057 000000000000000000020a2570baa5c89b673fcfd999733467ee2d1775ef4280 1.82 MB 1,520 1
878,056 878,056 000000000000000000001e7bb651082f5f0673489ae697677fd8881e4d1c5ca6 1.91 MB 1,383 1
878,055 878,055 0000000000000000000122b2c240af790ee979f6e96175c00045cf54aa5a7001 1.63 MB 2,566 2
878,054 878,054 0000000000000000000149809cc71ec6100073fbef56137e16b28de68e439ef1 2.00 MB 501 1
878,053 878,053 00000000000000000000dc787c19b1904064204692eb99ae4d28d22b63abbf6a 1.75 MB 3,294 2
878,052 878,052 00000000000000000001f3d5afb46048326ac12f307b153b699a6f4d9632dd9a 1.49 MB 3,563 2
878,051 878,051 000000000000000000005193259e8321dd6bfbc04c2b0e64314e87871fe0a1c0 1.59 MB 3,312 2
878,050 878,050 00000000000000000001d1945455c7ebf34b536bef1a8f56a5195059c6aabb5b 1.61 MB 2,898 3
878,049 878,049 000000000000000000014e4df4f30b5409a0a063ad077577afa098ffc996e2d9 1.62 MB 2,855 2
878,048 878,048 00000000000000000000ace87a60f30f2127cf9feb5d10f12d7e8305e4114e62 1.69 MB 3,707 3
878,047 878,047 000000000000000000018dc2dde1b456584755d42d2ad6e6b6d9970863777404 1.64 MB 2,904 3
878,046 878,046 00000000000000000000edf05754ec4edcf02b52457743052c785f3fe04b99a2 1.63 MB 3,414 7
878,045 878,045 000000000000000000006aed70d46585a57ac733854882ae08621a25ef0ca66c 1.59 MB 3,353 3
878,044 878,044 000000000000000000017dcdb35b6260985ce74e7b5cddf12eea7cb949192ca4 1.94 MB 587 1
878,043 878,043 000000000000000000009883a1b66d02bbd36250b220091eb30c3aa1957a455e 1.44 MB 994 1
878,042 878,042 00000000000000000002120c4d0e9b9779c185781fb976dcd4f4ac4a513736dc 1.61 MB 3,254 2
878,041 878,041 00000000000000000000346d3055573177ef3079770ed6ed889ca922d1b5173f 1.55 MB 2,836 5
878,040 878,040 00000000000000000000df0316d0fd02fd971ceadd7b8974397fbf9ab10ae4e1 1.70 MB 3,603 3
878,039 878,039 000000000000000000026848f6fb2adb56994944d2ccea0ca3a6ca8c09462768 1.62 MB 3,162 3
878,038 878,038 000000000000000000016cc56e4a35d83743a5d3f216e34fac9b8ab7444ec61d 1.74 MB 429 2
Previous 10 blocks ↓
Total Size: 715.67 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,490.47 GB sent, 43.80 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.